Solved

Which of the Following Statements Is False

Question 45

Multiple Choice

Which of the following statements is false


A) When a decimal variable is initialized to an int value, the int value must be cast to decimal.
B) C# treats whole-number literals like 7 and 1000 as type int.
C) Unlike double values, int values can be assigned to decimal variables.
D) C# treats numeric literals like 0.05 as type double.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions