C# Programming - Datatypes - Discussion

Discussion Forum : Datatypes - General Questions (Q.No. 7)
7.
What is the size of a Decimal?
4 byte
8 byte
16 byte
32 byte
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Kevan said:   1 decade ago
The decimal keyword indicates a 128-bit data type.

So 128/8 = 16 bytes.

Post your comments here:

Your comments will be displayed after verification.