Question Detail If include files can be nested YesNo Answer: Option A Similar Questions : 1. Wild pointer in C if pointer is pointing to a memory location from where variable has been deletedif pointer has not been initializedif pointer has not defined properlyif pointer pointing to more than one variable Answer: Option B 2. Difference between structure and union is We can define functions within structures but not within a unionWe can define functions within union but not within a structureThe way memory is allocatedThere is no difference Answer: Option C 3. What is wild pointer in c a pointer which we need to write in futurea pointer which has bad naming conventiona pointer which has no limita point which has not initialized Answer: Option D 4. The compiler in C ignores all text till the end of line using ///*/none of above Answer: Option A 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