Saved Bookmarks
| 1. |
1. Evaluate the following expressions, if the values of the variables are: a =2, b =3, and c =9(a) a - (b++)*(--C);(b) a*(++b)%C;plz help fast it's very very urgent |
|
Answer» a) a-(B++)* (-c);2-(3) * 82- 24-22b) a * ( b++)% c2 * 4% 98% 98 Ans |
|