Saved Bookmarks
| 1. |
Which of the following is the correct description of EXIT_FAILURE?(a) This is the value for the exit function to return in case of failure(b) This is the value for the exit function to terminate the program(c) This is the value for the exit function to return in case of success(d) This is the value for the exit function to return in case it is the maximum valueThis question was posed to me in an online interview.This intriguing question originated from General Utilities in chapter C Library of C |
|
Answer» The correct ANSWER is (a) This is the value for the exit function to return in case of failure |
|