Structures, Unions, Enums - Programming

Q1:

What is the similarity between a structure, union and enumeration?

A 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

ANS:B - All of them let you define new data types

No answer description is available. Let's discuss.