Question Detail Default constructor has how many arguments 1230 Answer: Option D Similar Questions : 1. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 2. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 3. Which among following has invalid syntax ? #include #include file#include "file"None of above Answer: Option B 4. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 5. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1