Vidyalelo
C# Programming · Q113

Basic Syntax and Data Types in C Sharp

Programming · C# Programming · question 113

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
Answer
C.
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