Question Detail C++ programs must contain start()system()main()program() Answer: Option C 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. 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 3. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A 4. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 5. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1