In simple words what is the order of precedence. How is it useful while writing a code.
Order of Precedence
the correct order is
bool<char<int<float
here question asking about the precedence of implicit type conversion
All the data types of the variables are upgraded to the data type of the variable with the largest data type.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.