STL (140)
OOPS (873)
C++ General (2409) What is the significance of classes in oop?
What do you mean by overhead in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is static function? Explain with an example
What is pointer to array in c++?
How can we read/write Structures from/to data files?
Explain overriding.
What is endl?
What is encapsulation in c++ with example?
What is oop in c++?
What is the meaning of string in c++?
How to declare an array of pointers to integer?
Write a program which uses Command Line Arguments
What is the return value of the insertion operator?