Question Detail Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Ad Similar Questions : 1. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 2. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 3. 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 4. Enumerators are stored by the compiler in ? stringintegerfloatany of above Answer: Option B 5. Constructors has return type void ? TrueFalse Answer: Option A Read more from - C++ Programming Questions Answers - Set 2