4. Which is the correct with respect to size of the data types?
(a) char> int > float
(b) char < int > double
(c) int > char > float
(d) flat > int > char.
Answers
Answered by
2
Answer:
Discussion Forum
Que. Which is correct with respect to size of the datatypes?
b. int > char > float
c. char < int < double
d. double > char > int
Answer:char < int < double
Similar questions