Explain the contexts in which binary numeric promotion applies?

Binary numeric promotion is applied in the following contexts:

1.operands of the arithmetic operators *, /, %, +, and -

2.operands of the relational operators <, <=, >, and >=

3.operands of the numerical equality operators == and !=

4.operands of the integer bitwise operators &, ^, and |

Questions by sujatham   answers by sujatham

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions