为什么先++x || ++y && ++z计算++x,即使运算符的优先级&&高于||?
++x || ++y && ++z
++x
&&
||
c operator-precedence
c ×1
operator-precedence ×1