evaluate the following expressions if the values of variables are:
a=2,b=3 and c=9
a. a-(b++) *(- - c) ;
b. a*(++b) %c;
Harshi666:
hello
Answers
Answered by
80
Hi,
a) a - (b++) * (--c);
2 - (3) * (8)
2 - 24
-22 Ans
________________________________________
b) a * (++b) % c
2 * 4 % 9
8 % 9
8 Ans
FYI % is symbol of remainder
Answered by
19
Answer:
-22
Explanation:
2-(3)*(8)
2-3*8
2-24
PLS SUCRIBE DAM ORIGNALS ONLY ON YOUTUBE
Similar questions