Q. Which is the correct order for explicit type conversion to convert a larger to a smaller type in C#?
β
Correct Answer: (B)
double -> float -> long -> int -> char
You must be Logged in to update hint/solution