Saved Bookmarks
| 1. |
If i: = 3 before the assignment, i: = i + 1 after the assignment ……..(a) 3 (b) 4 (c) 5 (d) 0 |
|
Answer» If i: = 3 before the assignment, i: = i + 1 after the assignment 4 |
|