Question Detail Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D Similar Questions : 1. The first expression in a for loop is Step value of loopValue of the counter variableAny of aboveNone of above 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. To access the members of structure which symbol is used *-,. Answer: Option D 4. If include files can be nested YesNo Answer: Option A 5. What is dangling pointer in c if pointer is pointing to a memory location from where variable has been deletedif pointer is assigned to more than one variableif pointer is not defined properlynone of above Answer: Option A Read more from - C Programming Questions Answers - Chapter 1