STL (140)
OOPS (873)
C++ General (2409) How do you write a function that can reverse a linked-list?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Are php strings immutable?
What is implicit conversion/coercion in c++?
What is a class and object?
What are the sizes and ranges of the basic c++ data types?
sir please send me bpcl previous question papers
What is encapsulation in oop?
How to declaring variables in c++?
Can a Structure contain a Pointer to itself?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Explain rtti.
What are member functions used in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What's the hardest coding language?