Vidyalelo
C# Programming · Q34

Introduction to C Sharp

Programming · C# Programming · question 34

Q34

What is the maximum value that an int data type can hold in C#?

A.
2^63 - 1
B.
2^31 - 1
Answer
C.
2^64 - 1
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board