MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following function can be used to terminate the main function from another function safely? |
| A. | exit(expr); |
| B. | abort(); |
| C. | both exit(expr); and abort(); |
| D. | return(expr); |
| E. | None of these |
| Answer» B. abort(); | |