STL (140)
OOPS (873)
C++ General (2409)
What is static variable and difference between(const char *p,char const *p,const char* const p).
Explain queue. How it can be implemented?
What is rvalue?
Explain the different access specifiers for the class member in c++.
What is the significance of classes in oop?
What is encapsulation in simple terms?
Which sort does c++ use?
Who created c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is c++ programming language?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is c++ namespace?
Explain rtti.
What is singleton class in c++?
Why multiple inheritance is not possible?