Q61
'Implicit Conversion' follows the order of conversion as per compatibility of data type as:
A.
float < char < int
B.
char < int < float
AnswerC.
int < char < float
D.
float < int < char
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board