There is a class Student, Which one of the following is a valid destructor for this class? (A) Student(); (B) Student(int); (C) ~ Student(); (D) ~ Student(int);â–ºCorrect Option Correct Option is: C