Question Detail If include files can be nested YesNo Answer: Option A Similar Questions : 1. Any type of modification on the parameter inside the function will reflect in actual variable value can be related to call by valuecall by referenceboth of abovenone of above Answer: Option B 2. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 3. Exit() is same as return TRUEFALSE 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. Due to variable scope in c Variables created in a function cannot be used another functionVariables created in a function can be used in another functionVariables created in a function can only be used in the main functionNone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1