Saved Bookmarks
| 1. |
How many times the following loop will execute? for (int i = 0; i < 10; i++)(a) 0(b) 10(c) 9(d) 11 |
|
Answer» 10 times the loop will execute |
|