Write one difference between / and % operator.
16 Likes
/ operator computes the quotient whereas % operator computes the remainder.
Answered By
10 Likes
if (a>b&&b>c) then largest number is:
Evaluate the expression when x is 4:
x += x++ * ++x % 2;