Q34
What is the maximum value that an int data type can hold in C#?
A.
2^63 - 1
B.
2^31 - 1
AnswerC.
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