Which is correct with respect to the size of the data types?
(a) char > int > float
(b) int > char > float
(c) char < int < double
(d) double > char > int
I got this question in an online interview.
The above asked question is from Data Types and Sizes in division Data Types, Operators and Expressions in C of C