Question Detail What is the value of sizeof(char) 1248 Answer: Option A Ad Similar Questions : 1. 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 2. Which class has only one unique value for all the objects of class thisfriend staticnone of above Answer: Option C 3. Which operator is used to define a member of a class from outside the class definition ->::.>> Answer: Option B 4. Can #define accept parameters YesNo Answer: Option A 5. What is abstract class Whose objects cant be createdWhose objects can be createdDepends on classNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1