Computer Science, asked by PreePaws, 1 year ago

State true or false : all arithmetic operators have the same level of precedence

Answers

Answered by Arslankincsem
3

All arithmetic operators have the same level of precedence


The above statement is false.


This is because the above sentence means all arithmetic operators, namely, +, -, * and / have the same level of precedence.


But in reality, the operators * and / have higher level of precedence than that of + and -. So, the above statement is false.  


Similar questions