STL (140)
OOPS (873)
C++ General (2409)
How many keywords are used in c++?
What is an advantage of polymorphism?
What are classes oop?
What are two types of polymorphism?
Explain how functions are classified in C++ ?
What is prototype for that c string function?
What is the disadvantage of using a macro?
Write a Program to find the largest of 4 no using macros.
What is long in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
What is a dangling pointer in c++?
Describe linkages and types of linkages?
What is the difference between reference and pointer?
When is the destructor called?
How does the copy constructor differ from the assignment operator (=)?