Discussion :: C#.Net MCQs
- Type of Conversion in which compiler is unable to convert the datatype implicitly is ?
Answer : Option B
Explanation :
'int' is 32 bit signed integer whereas 'uint' is 32 bit unsigned integer .Range of int is larger than uint.So,compiler cannot implicitly convert from larger datatype to smaller datatype.
Be The First To Comment