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. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 2. The function used to define the task assigned to an operator is ? Virtual functionStatic functionOperator functionFriend function Answer: Option C 3. 78. If new operator is used, then the constructor function is ? Copy constructorDefault constructorStatic constructorDynamic constructor Answer: Option D 4. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 5. What among following is a generic class ? Function TemplateClass TemplateInherited TemplateNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2