Write one difference between / and % operator.
16 Likes
/ operator computes the quotient whereas % operator computes the remainder.
Answered By
10 Likes
Identify the operator that gets the highest precedence while evaluating the given expression:
a + b % c * d - e