Q113
Arrange the following data type in order of increasing magnitude sbyte, short, long, int.
A.
long < short < int < sbyte
B.
sbyte < short < int < long
AnswerC.
short < sbyte < int < long
D.
short < int < sbyte < long
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board