When we use Abstract Class and when we use Interface?where we
will implement in real time?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is the use of dot in c++?
Write a program which employs Recursion
write the programme that convert a interger to biniry number
What does '\r' and '\b' mean? Please explain with example.
What is class invariant?
Is java easier than c++?
What is "strstream" ?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What is the need of a destructor?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
Can inline functions have a recursion? Give the reason?