8216implicit Conversion8217 Follows The Order Of Conversion As #66
‘Implicit Conversion’ follows the order of conversion as per compatibility of data type as:
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Data Types, Variables and Operators - Type Conversion in Expressions - Quiz No.1.
‘Implicit Conversion’ follows the order of conversion as per compatibility of data type as:
float < char < int
char < int < float
int < char < float
float < int < char