Type of Conversion in which compiler is unable to convert the data type implicitly is?
(a) ushort to long
(b) int to uint
(c) ushort to long
(d) byte to decimal
This question was posed to me in my homework.
I would like to ask this question from Type Conversion in Expressions in chapter Data Types, Variables and Operators of C#