Arrange The Following Data Type In Order Of Increasing #5
Arrange the following data type in order of increasing magnitude sbyte, short, long, int.
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Data Types, Variables and Operators - Integer Data Types - Quiz No.1.
Arrange the following data type in order of increasing magnitude sbyte, short, long, int.
long < short < int < sbyte
sbyte < short < int < long
short < sbyte < int < long
short < int < sbyte < long