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
Mention the storage classes in c++.
What is c++ runtime?
What do you mean by const correctness?
What does obj stand for?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is the difference between *p++ and (*p)++ ?
What is a .lib file in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is the use of dot in c++?
What is the difference between C and CPP?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is c++ coding?
How do pointers work?