nerdexam
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)
  • A
    2% (1)
  • B
    11% (6)
  • C
    5% (3)
  • D
    82% (45)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice