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. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 2. Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A 3. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 4. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 5. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A Read more from - C++ Programming Questions Answers - Set 2