Question Detail How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Similar Questions : 1. What is the value of sizeof(char) 1248 Answer: Option A 2. Default constructor has how many arguments 1230 Answer: Option D 3. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 4. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 5. How we mark the end of c++ statement ;:>><< Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1