Question Detail Queues are based on ? LIFOFIFOLILOFILO Answer: Option B Similar Questions : 1. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 2. 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 3. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 4. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D 5. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2