Explain binary search.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are function poinetrs? where are they used?

1 Answers   CTS,


Write a recursive program to calculate factorial in c++.

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  






1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.

3 Answers  


Comment on assignment operator in c++.

0 Answers  


What is the most useful programming language?

0 Answers  


How many keywords are used in c++?

0 Answers  


Why do we use double in c++?

0 Answers  


Can I learn c++ as my first language?

0 Answers  


What is #include cmath?

0 Answers  


Categories