What is binary search in c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between while and do while loop?

0 Answers  


How a modifier is similar to mutator?

0 Answers  


Why namespace is used in c++?

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


What are the differences between java and c++?

0 Answers  






Are vectors faster than arrays?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


Can class objects be passed as function arguments?

0 Answers   HCL,


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What are dynamic type checking?

0 Answers  


Explain how to initialize a const data member.

0 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


Categories