Saved Bookmarks
| 1. |
Why is the ‘exit() library’ function used? |
|
Answer» The execution of a program can be stopped at any point with ‘exit ( )’ and a status code can be informed to the calling program. |
|