170k views
0 votes
(Game Design) A number of elements in a specific order is:

A. an array
B. a linked list
C. a union
D. a data structure

User LGP
by
7.1k points

1 Answer

4 votes

A union option C is correct.

Because union is a special data type that allows storing different data types in the same memory location.

User Michael Bosworth
by
8.3k points

No related questions found