MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement is correct about destructors? |
| A. | A destructor has void return type. |
| B. | A destructor has integer return type. |
| C. | A destructor has no return type. |
| D. | A destructors return type is always same as that of main(). |
| Answer» D. A destructors return type is always same as that of main(). | |