STL (140)
OOPS (873)
C++ General (2409) Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?
1 1275
What is while loops?
which operator is used for performing an exponential operation a) > b) ^ c) none
If there are two catch statements, one for base and one for derived, which should come first?
Write a code/algo to find the frequency of each element in an array?
What is null pointer and void pointer and what is their use?
How do I convert a stl file?
What is the use of "new" operator?
Is arr and &arr are same expression for an array?
What is the meaning of string in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What are the uses of c++ in the real world?
What is a c++ object?
Which is best ide for c++?
what do you mean by volatile variable?