Multiple Choice
EXIT_FAILURE and ________ are named constants that may be used to indicate success or failure when the exit() function is called.
A) EXIT_TERMINATE
B) EXIT_SUCCESS
C) EXIT_OK
D) RETURN_OK
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: Which line in the following program
Q29: Which line in the following program
Q30: You may use the exit() function to
Q31: What is the data type of the
Q32: Select all that apply. Which of the
Q34: A function is executed when it is<br>A)
Q35: _ functions may have the same name
Q36: The value in a _ variable persists
Q37: One reason for using functions is to
Q38: A static variable that is defined within