What is dynamic and static typing?
No Answer is Posted For this Question
Be the First to Post Answer
Name the operators that cannot be overloaded in C++?
What is meant by the term name mangling in c++?
Is c++ still being used?
Why c++ is so important?
What are shallow and deep copy?
Is c++ the hardest programming language?
What are function prototypes?
What is a static member?
What is extern c++?
How the delete operator differs from the delete[]operator?
Specify some guidelines that should be followed while overloading operators?
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; };