It does have higher precedence, but this is the correct behaviour for the code you posted. Remember that with postfix ++ (i.e. ++ after the operand like"some_string++") its operand is first used and...