Microsoft
98-372 · Question #86
Which of the following types can store the numeric value-9? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is A. decimal B. int D. long F. double. The decimal, double, int, and long types can all store negative integers. Answer: E and C are incorrect. The uint and ulong types are unsigned and therefore can be used to store only zero and positive numbers.
Understanding Data Types and Collections
Question
Which of the following types can store the numeric value-9? Each correct answer represents a complete solution. Choose all that apply.
Options
- Adecimal
- Bint
- Culong
- Dlong
- Euint
- Fdouble
How the community answered
(26 responses)- A81% (21)
- C4% (1)
- E15% (4)
Explanation
The decimal, double, int, and long types can all store negative integers. Answer: E and C are incorrect. The uint and ulong types are unsigned and therefore can be used to store only zero and positive numbers.
Topics
#signed types#unsigned types#numeric types#type ranges
Community Discussion
No community discussion yet for this question.