Select the following data types in order of increasing size:

Select the following data types in order of increasing size:


a. long < short < int < sbyte
b. sbyte < short < int < long
c. short < sbyte < int < long
d. short < int < sbyte < long


Answer: b. sbyte < short < int < long


Learn More :