Question Detail Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern Ad Similar Questions : 1. expression x.y represents as member x of object ymember y of object xmember y of object pointed by xall of above Answer: Option B 2. Which of the following cannot be inherited from the base class ConstructorFriendBoth A and B cannot be inheritedBoth A and B can be inherited Answer: Option C 3. 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 4. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 5. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1