Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write an algorithm which can find the largest number among
the given list using binary search ...............
this was asked in the interview

Answer Posted / shruti

In binary search , we have sorted array.

Hence the last number in the array is the largest number
among the given list.. :-)


Ur interviewer has to be very intelligent.. :-)
Gud ques though..

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1168


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


Can the sizeof operator be used to tell the size of an array passed to a function?

1173


Explain the use of bit fieild.

1196


What is the use of ?: Operator?

1184


What is a pointer variable in c language?

1150


How can I avoid the abort, retry, fail messages?

1183


write a program to find the given number is prime or not

4841


Can we initialize extern variable in c?

1178


Do you know what are the properties of union in c?

1131


Explain the use of 'auto' keyword in c programming?

1180


List some of the static data structures in C?

1240


How the c program is executed?

1194


In C language what is a 'dangling pointer'?

1233


What is the difference between strcpy() and memcpy() function in c programming?

1131