Question Detail what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C Ad Similar Questions : 1. 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 2. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 3. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 4. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 5. How to define a destructor X~() {}X() {}~X() ~{}~X() {} Answer: Option D Read more from - C++ Programming Questions Answers - Chapter 1