Question Detail What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Similar Questions : 1. How we can define member function outside the class ? Using unionUsing structureUsing pointersUsing scope resolution Answer: Option D 2. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 3. 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 4. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 5. C++ is a ? Procedural programming languageStructural programming languageLow level languageObject oriented programming language Answer: Option D Read more from - C++ Programming Questions Answers - Set 2