Precedence or importance mean which operator will execute first if different operator come in one statment at a time:
Highest
( ) [ ] .
++ – – ~ !
* / %
+ –
>> >>> <<
> >= < <=
= = !=
&
^
|
&&
||
?:
= op=
Lowest
Above is precedence chart form highest to lowest(from top to bottom)................................................
No comments:
Post a Comment