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. Which of the following below is/are valid C keywords integerintnullnone of above Answer: Option B 2. Size of void pointer is 1 byte2 byte4 byte8 byte Answer: Option B 3. Out of following program : float x = 10.7; int i; i = (int) x; print i; nullerror10garbage value Answer: Option C 4. Exit() is same as return TRUEFALSE Answer: Option B 5. Structures can be used to hold different datatypeshave pointers to structuresto assign to one anotherall of above Answer: Option D Read more from - C Programming Questions Answers - Chapter 1