Question Detail what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C Similar Questions : 1. Meaning of deed copy is A deep copy creates a copy of the dynamically allocated objects tooA deep copy just copies the values of the data as they areA deep copy creates a copy of the statically allocated objects tooBoth A and C 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. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Chapter 1