When are exception objects created?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the scope resolution operator?
Why the usage of pointers in C++ is not recommended ?
What is the type of 'this' pointer?
What is const pointer and const reference?
write a C++ programming using for loop: * * * * * * * * * *
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is an overflow error?
How would you differentiate between a pre and post increment operators while overloading?
Is overriding possible in c++?
What is the output of the following program? Why?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
How would you use the functions sin(), pow(), sqrt()?