Question Detail Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B Similar Questions : 1. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 2. What is class in c++ ? When you define a class, you define a blueprint for a data type.When you define a class, you make get more funtionality.When you define a class, you define the logic. When you define a class, you make debugging. Answer: Option A 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 4. 66. A constructor function is generally defined In the private section of a classIn the public section of a classIn the protected section of a classNone of the above Answer: Option B 5. A class having no public constructors is A public protected classA public classA protected classA private class Answer: Option D Read more from - C++ Programming Questions Answers - Set 2