Can we overload operator in c++?
what is polymorphism?
What is c++ redistributable?
what is the emaning of '#include" "'?
Define the process of error-handling in case of constructor failure?
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; };
What does '\r' and '\b' mean? Please explain with example.
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
In a class only declaration of the function is there but defintion is not there then what is that function?
what is the use of templates?
How is computer programming useful in real life?
Explain what happens when a pointer is deleted twice?