The data types of:
47+6.5, 2*6e-2L, +'0', and sizeof(38.2) are:
(Note 2.10)
A. float, long, char, unsigned int
B. int, long, char, size_t
C. double, long double, int or unsigned,
size_t
D. int, long double, int, double
E. implementation dependent
Solution:
Truly speaking none of the options are matching but most nearest option is option A - float, long, char, unsigned int instead of long it should be long double and for unsigned int it should be long unsigned int.
Get Answers For Free
Most questions answered within 1 hours.