0
Please can someone tell me what operator precedence is?
I do not understand the tutorial very well.
3 ответов
+ 1
It is just like the BODMAS rule in Maths. It is the rule of what is evaluated first. For example, brackets first, after that something else.
0
Operator precedence is nothing but the order that an operator is executed... It follows some rules..
Any doubts, https://www.google.com/amp/s/www.geeksforgeeks.org/operator-precedence-and-associativity-in-c/amp/
Go through it..
0
Operator get executed as per priority order of operator