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. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 2. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 3. Which is boolean operator for logical and &||&|&& Answer: Option D 4. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 5. Which is not a correct variable type floatintdoublereal Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1