STL (140)
OOPS (873)
C++ General (2409) what is a class? Explain with an example.
When there is a global variable and local variable with the same name, how will you access the global variable?
Distinguish between a # include and #define.
How is stl different from c++ standard library?
What is a unnitialised pointer?
What is a friend function in c++?
Write a program that can take input from 3 to 8 and calculate the average?
How do I write a c++ program?
What is stack unwinding?
How can you overcome the diamond problem in inheritance?
What are the data types in c++?
What is c++ map?
C++ Public access specifier instead of Private – What is bad ?
Why is polymorphism used?
What do you mean by static variables?