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
Explain what happens when a pointer is deleted twice?
What is class in c++ with example?
What is const in c++?
What is a responder chain?
Which is not a valid keyword a) public b) protected c) guarded
Is c++ proprietary?
What is :: operator in c++?
What is the difference between #define debug 0 and #undef debug?
Using a smart pointer can we iterate through a container?
Is c++ the hardest language?
How should a contructor handle a failure?
What is the difference between new() and malloc()?
Explain the use of virtual destructor?
What is data binding in c++?
What are maps in c++?