Eplain extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
What is Name Decoration?
What do you mean by function and operator overloading in c++?
In c++, what is the difference between method overloading and method overriding?
what is the use of templates?
State the difference between pre and post increment/decrement operations.
What is the difference between the compiler and the preprocessor?
What do you mean by const correctness?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What is c++ map?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Can we have "Virtual Constructors"?
What is the difference between containment and delegation?