C Structure and Union - C programming (MCQ) questions for Q. 27508
Q. What is the similarity between a structure, union and enumeration?- Published on 26 Feb 17a. All of them let you define new values
b. All of them let you define new data types
c. All of them let you define new pointers
d. All of them let you define new structures
ANSWER: All of them let you define new data types