Saved Bookmarks
| 1. |
To terminate a program, from the following which is used.(a) break (b) continue (c) end() (d) exit() |
|
Answer» exit() is used to terminate a program. |
|