Saved Bookmarks
| 1. |
If i = 5 before the assignment i : = i – 1 after the assignment, the value of i is ……..(a) 5 (b) 4 (c) 3 (d) 2 |
|
Answer» If i = 5 before the assignment i : = i – 1 after the assignment, the value of i is 4 |
|