Question Detail What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C Ad Similar Questions : 1. Among following which will give the size of object or type ? CallocMallocSizeofRealloc 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. Size of a char is ? 1234 Answer: Option A 4. Which of the following cannot be passed to a function ? ArrayReference variableObjectFile Answer: Option D 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