Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: d
Explanation: The char has less bytes than int and int has less bytes than double whereas int and float can potentially have same sizes.

Join The Discussion