what is multi-threading in C++?
Describe linkages and types of linkages?
What is pure virtual function? Or what is abstract class?
Explain the static member function.
What are the different types of comments allowed in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How can you quickly find the number of elements stored in a dynamic array?
Is there any difference between int [] a and int a [] in c++?
How important is c++?
What is a set in c++?
What is polymorphism & list its types in c++?
What is the size of integer variable?
write a function signature with various number of parameters.
What is this weird colon-member (" : ") syntax in the constructor?
How do you clear a set in c++?