Question Detail What is the value of sizeof(char) 1248 Answer: Option A Similar Questions : 1. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 2. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 3. Which is not a correct variable type floatintdoublereal Answer: Option D 4. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone 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