STL (140)
OOPS (873)
C++ General (2409)
What do you mean by public protected and private in c++?
What is the real purpose of class – to export data?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Can we inherit constructor in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
How are Structure passing and returning implemented by the compiler?
what does the following statement mean? int (*a)[4]
How is static data member similar to a global variable?
What is null pointer and void pointer and what is their use?
What polymorphism means?
What is the basic structure of a c++ program?
What is new keyword in oops?
What are the main features of c++?
What are the advantages of polymorphism?