55 Likes
unary operators operate on a single operand whereas binary operators operate on two operands.
Answered By
37 Likes
Evaluate the expression when x is 4:
x += x++ * ++x % 2;