STL (140)
OOPS (873)
C++ General (2409)
What makes a language oop?
Write is a binary search tree? Write an algo and tell complexity?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
When would you use a pointer? A reference?
What are default parameters? How are they evaluated in c++ function?
Differentiate between realloc() and free().
What is a memory leak c++?
Is java easier than c++?
What are files in c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is the purpose of enum?
What is recursion?
What are maps in c++?
What is vector string in c++?