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