Question: Which of the following statement is correct about destructors?
[A].
A destructor has void return type.
[B].
[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: Option C
Explanation:
No answer description available for this question.