Microsoft
98-361 · Question #330
You are writing a C# program that needs to manipulate very large integer values that may exceed 12 digits. The values can be positive or negative. Which data type should you use to store a variable…
The correct answer is D. long. See the full explanation below for the reasoning.
Question
You are writing a C# program that needs to manipulate very large integer values that may exceed 12 digits. The values can be positive or negative. Which data type should you use to store a variable like this?
Options
- Aint
- Bfloat
- Cdouble
- Dlong
How the community answered
(55 responses)- A2% (1)
- B11% (6)
- C5% (3)
- D82% (45)
Community Discussion
No community discussion yet for this question.