Suppose a, b and c are integer variables assigned values 8, 3 and -5 respectively. In this case, the respective values of arithmetic expressions (a*c)%b and a*(c%b) are
Reveal answer
Fill a bubble to check yourself
Suppose a, b and c are integer variables assigned values 8, 3 and -5 respectively. In this case, the respective values of arithmetic expressions (a*c)%b and a*(c%b) are