1.0100 How
many bytes of contiguous storage are needed for each of the following data
types?
a. char: 1
(one) d. int: 2 (really, 4)
b. double:
8 e. long: 4
c. float: 4 f. long double: 16