InterviewSolution
Saved Bookmarks
| 1. |
Within main, return expr statement is equivalent to ________(a) abort(expr)(b) exit(expr)(c) ferror(expr)(d) none of the mentionedI had been asked this question in my homework.This key question is from Error Handling in section Input and Output in C of C |
|
Answer» RIGHT CHOICE is (b) exit(EXPR) The explanation is: None. |
|