Why would the following things be advisable?
Prefer a plain int over a short int or a long int.
Prefer a double over a float or a long double.
Prefer plain char over signed char and unsigned char.
Why ordering members of a struct by size can minimize wasted space on certain machines?
Thank you very much!!:)