InterviewSolution
Saved Bookmarks
| 1. |
………….. statements are used to unconditionally transfer the control from one part of the program to another.(a) While(b) Jump(c) For(d) If |
|
Answer» jump statements are used to unconditionally transfer the control from one part of the program to another. |
|