Question Detail what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C Similar Questions : 1. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A 2. Inline functions are invoked at Run timeCompile timeDebug timeNone of above Answer: Option B 3. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 4. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 5. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1