Write a program to perform Binary search on an array of N numbers.

AnswerBot
1y

Program to perform Binary search on an array of N numbers.

  • Sort the array in ascending order

  • Set low and high variables to the first and last index of the array respectively

  • Calculate the mid index as (l...read more

PrepInsta
author
2y
#include //header files int binarySearch(int[], int, int, int); int main() //main function { int arr[10] = {9, 26, 33, 47, 53, 60, 75, 80, 86, 99}; int item, location = -1; printf("Enter the item whic...read more
Help your peers!
Add answer anonymously...
Cognizant GenC Next Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter