Define macro.
Do class declarations end with a semicolon?
Differentiate between late binding and early binding.
Explain how to initialize a const data member.
what Is DCS ? what i will get benefit when i did?
What is Pure Virtual Function? Why and when it is used ?
What is code reusability in c++?
Why should we use null or zero in a program?
Describe the advantage of an external iterator.
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Can I make ios apps with c++?
What is singleton pattern in c++?
How would you implement a substr() function that extracts a sub string from a given string?