Question Detail Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 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. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 3. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C 4. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 5. C++ programs must contain start()system()main()program() Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1