Answer Posted / archana
FORmula TRANslation
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the various situations where a copy constructor is invoked?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is the difference between strcpy() and strncpy()?
Can circle be called an ellipse?
Is c++ proprietary?
What is virtual destructor? What is its use?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Do you know what are static and dynamic type checking?
Is nan a c++?
What is the use of vtable?
What is rtti in c++?
Why do we use classes in c++?
What does n mean in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What things would you remember while making an interface?