Question Detail C++ programs must contain start()system()main()program() Answer: Option C Similar Questions : 1. Declaring pointer more than one can cause Trapabort a programerrornone of above Answer: Option A 2. Can we overload constructors in C++ YesNo Answer: Option A 3. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 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. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1