InterviewSolution
Saved Bookmarks
| 1. |
Loops that iterate for fixed number of times is called .......(a) Unbounded loops(b) Bounded loops(c) While loops(d) For loops |
|
Answer» (b) Bounded loops |
|