Standard Library Functions - Study Mode
[#131] Which of the following format specifiers is used to represent the hours in the 24 hour clock (0-23) format?
Correct Answer
(B) %H
[#132] Which of the following macros is not defined?
Correct Answer
(A) ULONG_MIN
[#133] How many times can the macro setjmp() return?
Correct Answer
(B) two times
[#134] The header file stdarg.h defines a variable type . . . . . . . .
Correct Answer
(A) va_list
[#135] Which of the following is the correct description of EXIT_FAILURE?
Correct Answer
(A) This is the value for the exit function to return in case of failure