Question Detail If include files can be nested YesNo Answer: Option A Similar Questions : 1. What will be output of #include void main() { char test =`S`; printf("\n%c",test); } SErrorGarbage valueNone of above Answer: Option A 2. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 3. printf() belongs to which library of c stdlib.hstdio.hstdout.hstdoutput.h Answer: Option B 4. Disadvantage of array in C is We can easily access each elementIt is necessary to declare too many variablesIt can store only one similar type of dataNone of above Answer: Option C 5. UML meaning is Unique modeling languageUnified modeling languageUnified modern languageUnified master laqnguage Answer: Option B Read more from - C Programming Questions Answers - Chapter 1