MCQOPTIONS
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 value |
| Answer» B. This is the value for the exit function to terminate the program | |