1.

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 > intI 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

Answer» CORRECT answer is (C) CHAR < int < double

To explain I WOULD say: char has less bytes than int and int has less bytes than double in any system


Discussion

No Comment Found

Related InterviewSolutions