Question Detail Size of a char is ? 1234 Answer: Option A Similar Questions : 1. Classes in c++ are ? Fundamental data typePrimitive data typeDesired data typeNot defined Answer: Option C 2. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 3. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract class Answer: Option C 4. Which among following is correct way of declaring object of a class ? Classname Objectname;Class Classname Objectname;Class Classname Object Objectname;Classname Object Objectname; Answer: Option A 5. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Read more from - C++ Programming Questions Answers - Set 2