What does extern mean in a function declaration in c++?
Ask to write virtual base class code?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is the purpose of extern storage specifier?
How do I open binary files?
Do class method definitions?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Can union be self referenced?
What are different types of loops in c++?
How do you show the declaration of a virtual constructor?
What is type of 'this' pointer?
In what situations do you have to use initialization list rather than assignment in constructors?
Is turbo c++ free?