Constructors and Destructors - Programming

Q1:

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().

ANS:C - A destructor has no return type.

No answer description is available. Let's discuss.