12345678910



Question 1: What is the similarity between a structure, union and enumeration?
1. All of them let you define new values
2. All of them let you define new data types
3. All of them let you define new pointers
4. All of them let you define new structures