Question Detail Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Ad Similar Questions : 1. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 2. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 3. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 4. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 5. 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. Read more from - C++ Programming Questions Answers - Set 2