Discussion :: Structures, Unions, Enums
-
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
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment