Vidyalelo
C++ Programming · Q108

Variables and Data Types in C++

Programming · C++ Programming · question 108

Q108

Which is correct with respect to the size of the data types?

A.
char > int < float
B.
int < char > float
C.
char < int < float
D.
char < int < double
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board