Question Detail Can we overload constructors in C++ YesNo Answer: Option A Similar Questions : 1. Which is not a correct variable type floatintdoublereal Answer: Option D 2. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 3. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 4. C++ programs must contain start()system()main()program() Answer: Option C 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