Question Detail Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Similar Questions : 1. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 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. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 4. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 5. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C Read more from - C++ Programming Questions Answers - Set 2