Page 1 of 1

‘Implicit Conversion’ follows the order of conversion as per compatibility of data type as:

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) float < char < int
b) char < int < float
c) int < char < float
d) float < int < char