C# Programming - Datatypes - Discussion

Discussion Forum : Datatypes - General Questions (Q.No. 10)
10.
Which of the following is the correct size of a Decimal datatype?
8 Bytes
4 Bytes
10 Bytes
16 Bytes
None of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Menaka said:   1 decade ago
The decimal keyword indicates a 128-bit data type. So the size of decimal datatype is 16 bytes.(1 byte = 8 bits).

Post your comments here:

Your comments will be displayed after verification.