How to write a program such that it will delete itself after
exectution?
Answer Posted / ven
I am not sure but I guess create a destructor
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Give example of a pure virtual function in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the exit function in c++?
Is c++ the hardest language?
Why do we use pointers in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What are exceptions c++?
What is the difference between strcpy() and strncpy()?
What is & in c++ function?
Write about the scope resolution operator?
What methods can be overridden in java?
explain the reference variable in c++?
What is virtual base class uses?
Write about a nested class and mention its use?
What are the uses of pointers?