10.4: Exercises
- Page ID
- 35850
Exercise \(\PageIndex{1}\)
Declare a structure of type Quest
called Grail
that contains a float called X
, a long integer called Y
and an unsigned character called Z
.
Exercise \(\PageIndex{2}\)
Given the structure of problem one, will the order of the three fields have any effect or importance? How might we determine if it does?