Which of these have highest precedence?
(a) ()
(b) ++
(c) *
(d) >>
I had been asked this question during an internship interview.
The origin of the question is Assignment Operators and Operator Precedence in chapter Operators and Control Statements of Java