What is searching? Explain linear and binary search.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between std::vector and std::list
If you don’t declare a return value, what type of return value is assumed?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Explain the difference between abstract class and interface in c++?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What compiler was used?
what is data encapsulation in C++?
What is exception handling in C++?
Will this c++ program execute or not?
What are the unique features of C++.
What are raw sockets, where they are efficient?
Is it possible to have a recursive inline function in c++?