Arrange the following data type in order of increasing magnitude sbyte, short, long, int.
Posted: Wed Jul 13, 2022 7:56 pm
a) long < short < int < sbyte
b) sbyte < short < int < long
c) short < sbyte < int < long
d) short < int < sbyte < long
b) sbyte < short < int < long
c) short < sbyte < int < long
d) short < int < sbyte < long