InterviewSolution
Saved Bookmarks
| 1. |
Evaluate the following(show the steps) 1.a=5; a + = --a + a++ * 7 2.If a=12, b=8, find the value of: a * = ++a / 6 + b++ % 3 |
|
Answer» the ANSWER is 68explanation1.a=5;a + = --a + a++ * 72.If a=12, B=8, a * = ++a / 6 + b++ % 3 |
|