Multiple Choice
Taken together, all the data fields form a single unit that is referred to as a(n) ____.
A) record
B) union
C) tuple
D) array
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: *(pt.hours) refers to the variable whose address
Q17: In the following definition, _ is the
Q18: _ arrays are two or more arrays,
Q19: _ creates a new data type without
Q20: The structure's form consists of the actual
Q22: birth.month refers to the birth member of
Q23: A(n) _ is a data type that
Q24: The -> operator has a lower priority
Q25: A union reserves sufficient memory locations to
Q26: _ is equivalent to (*pointer).member.<br>A)pointer.member<br>B)pointer>member<br>C)pointer->member<br>D)pointer@member