Answer Posted / ravi
Make it as mutable
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between c & c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Is there any difference between int [] a and int a [] in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
Implement stack operations with pointers with appropriate exception checks.
What is a class template in c++?
How is data hiding achieved in c++?
What is a unnitialised pointer?
Define macro.
Explain one method to process an entire string as one unit?
Is there finally in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Explain some examples of operator overloading?
Write a program which uses Command Line Arguments
Why can templates only be implemented in the header file?