Question Detail what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C Similar Questions : 1. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 2. Which is not a correct variable type floatintdoublereal Answer: Option D 3. What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A 4. What is the value of sizeof(char) 1248 Answer: Option A 5. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1