Which has more priority: || or && or ==

前端 未结 5 1800
半阙折子戏
半阙折子戏 2020-12-11 15:29

I have this expression:

y[i] = ( z[i] == a && b || c )

Which of these elements (&&, ||, ==<

5条回答
提交回复
热议问题