Defining Data type Length
Defining the length of a data type allocates storage space for that specified data.
Using a fixed length data typed allocates the same amount of space regardless of the actual data length.
Variable length datatypes can adjust to the length of the data as long as the maximum is not exceeded.