‘Implicit Conversion’ follows the order of conversion as per compatibility of data type as:
(a) float < char < int
(b) char < int < float
(c) int < char < float
(d) float < int < char
I had been asked this question in examination.
The above asked question is from Type Conversion in Expressions topic in portion Data Types, Variables and Operators of C#
All Replies
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.