1.A destructor has void return type.
2.A destructor has integer return type.
3.A destructor has no return type.
4.A destructors return type is always same as that of main().
Answer:3