Question Detail Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A Similar Questions : 1. Default constructor has how many arguments 1230 Answer: Option D 2. 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 3. Which is not a correct variable type floatintdoublereal Answer: Option D 4. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 5. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1