What is null pointer and void pointer and what is their use?
What is class invariant?
What are friend functions?
What is the most powerful coding language?
What is vector pair in c++?
what are Access specifiers in C++ class? What are the types?
What is the difference between reference type and pointers.
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
What is const in c++?
What happens when you make call 'delete this;'?
In which memory a class gets stored(in heap /in stack)? And why??
How size of a class can be calulated?
What is size of string in c++?