Question Detail Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Similar Questions : 1. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 2. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 3. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B 4. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 5. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B Read more from - C++ Programming Questions Answers - Set 2