Question Detail 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 Similar Questions : 1. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 2. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 3. Constructor is A class automatically called whenever a new object of this class is createdA class automatically called whenever a new object of this class is destroyedA function automatically called whenever a new object of this class is createdA function automatically called whenever a new object of this class is destroyed Answer: Option C 4. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C 5. Reference is like a PointerStructureArrayNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1