What does this mean?
If we define the following fixed datatype:
10 bytes of storage space is allocated regardless of the actual data length.
If we redefine as a variable datatype:
the data length can not exceed 10 bytes but the actual storage space will only be as long as the data stored.