Question Detail Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A Similar Questions : 1. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 2. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 3. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 4. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 5. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C Read more from - C++ Programming Questions Answers - Set 2