‘Implicit Conversion’ follows the order of conversion as per compatibility of data type as:
Posted: Wed Jul 13, 2022 7:56 pm
a) float < char < int
b) char < int < float
c) int < char < float
d) float < int < char
b) char < int < float
c) int < char < float
d) float < int < char