Question Detail Queues are based on ? LIFOFIFOLILOFILO Answer: Option B Similar Questions : 1. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 2. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 3. The derived class constructor never passes any values to base class constructorcan pass arguments only to one base class constructor functionis responsible for passing the entire test of arguments needed by base class constructorsnone of above Answer: Option C 4. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 5. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2