Home / Report Question

Q. Arrange the following data type in order of increasing magnitude sbyte, short, long, int.
  • A. long < short < int < sbyte
  • B. sbyte < short < int < long
  • C. short < sbyte < int < long
  • D. short < int < sbyte < long