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. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 2. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A 3. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D 4. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1