Q. Which is the correct C# statement to convert a float value to int explicitly?
β
Correct Answer: (A)
int_variable = (int) float_variable;
You must be Logged in to update hint/solution