Question Detail Reference is like a PointerStructureArrayNone of above Answer: Option A Similar Questions : 1. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 2. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 3. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 4. Which of the following type of class allows only one object of it to be created Virtual classAbstract classSingleton classFriend class Answer: Option C 5. What is getline() in c++ getline() extract the delimeter newline character from the input streamgetline() does not extract the delimeter newline character from the input streamNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1