Which of the following operators has the highest precedence?

Q

Which of the following operators has the highest precedence?

✍: Guest

A


* Pre Increment (++x)
* Shift bits left: <<
* Bitwise Or: |
* Post Increment (x++)


Shift bits left

2014-03-19, 1787👍, 0💬