Question Detail int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B Similar Questions : 1. Enumerator will allocate the memory when its variables are defined. TrueFalse Answer: Option A 2. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 3. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 4. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 5. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Read more from - C++ Programming Questions Answers - Set 2