Explain all the C++ concepts using examples.
Why the usage of pointers in C++ is not recommended ?
Explain method of creating object in C++ ?
What is meant by entry controlled loop?
What are pointer-to-members? Explain.
What is DlgProc?
What is the difference between C and CPP?
Const char *p , char const *p What is the difference between the above two?
How will you call C functions from C ++ and vice-versa?
Explain what you mean by a pointer.
How are pointers type-cast?
Difference between pointer to constant and constant pointer to a constant. Give example.
What will happen if a pointer is deleted twice?
Explain how an exception handler is defined and invoked in a Program.
Explain the operation of overloading of an assignment operator.