1.

Select appropriate difference between decimal, float and double data type in C# ? 1) Float and Double are floating binary point types while decimal is a floating decimal point type. 2) Precision difference for float is 7 digit for double is 15 to 16 digit and for decimal is 28 to 29 digits. 3) Some values which cannot be exactly represented hence for those values float and double are more appropriate.

A. 1
B. 1, 3
C. 1, 2, 3
D. 2, 3
Answer» D. 2, 3


Discussion

No Comment Found