B) Write a ‘C’ program to create a random array of n integers. Accept a value x from
user and use Binary search algorithm to check whether the number is present in array or not.
(Students can accept sorted array or can use any sorting method to sort the array)
[10 M]
0 Comments