Answer Posted / sudhir
delete this will not work because 'this' is not available to
global functions .this is only available to class member
functions.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of c++?
How do you clear a set in c++?
Write my own zero-argument manipulator that should work same as hex?
Explain how an exception handler is defined and invoked in a Program.
What's the order in which the objects in an array are destructed?
Explain what happens when a pointer is deleted twice?
When do you call copy constructors?
What is difference between class and structure in c++?
What are the 3 levels of programming languages?
Difference between pointer to constant and constant pointer to a constant. Give example.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is exception handling? Does c++ support exception handling?
Why do you use the namespace feature?
What is recursion?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?