STL (140)
OOPS (873)
C++ General (2409) If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
3 6230
What is the arrow operator in c++?
Are c and c++ different?
What is the diamond problem in inheritance?
What is multilevel inheritance explain with example?
Which is not a valid keyword a) public b) protected c) guarded
What does new do in c++?
What is flush () in c++?
What is a vector c++?
Explain the scope of resolution operator.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Which bit wise operator is suitable for putting on a particular bit in a number?
Differentiate between a constructor and a destructor in c++.
Explain what happens when an exception is thrown in C++.
What is the default access level?
What is meant by multiple inheritance?