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. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D 2. 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 3. We can do constructor overloading in C++ ? TrueFalse Answer: Option BExplanation:constructor overloading can be done in C++. 4. In C++ Functions can returns ? arraysreferenceobjectsall of above Answer: Option D 5. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A Read more from - C++ Programming Questions Answers - Set 2