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
How is modularity introduced in C++?
What is the cout in c++?
Why the usage of pointers in C++ is not recommended ?
Define whitespace in C++.
What is class in c++ with example?
How to tokenize a string in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Is it possible to use a new for the reallocation of pointers ?
Differentiate between C and C++.
When one must use recursion function? Mention what happens when recursion functions are declared inline?
what is VOID?
What is the difference between mutex and binary semaphore?
Differentiate between realloc() and free().
How do I use arrays in c++?
What is a class template in c++?