Standard Library Functions - Study Mode
[#91] If access to the varying arguments is desired then the called function shall declare . . . . . . . . having type va_list.
Correct Answer
(B) object
[#92] The assert macro returns . . . . . . . . value.
Correct Answer
(D) no
[#93] The C library macro type . . . . . . . . retrieves the next argument in the parameter list of the function with type.
Correct Answer
(B) va_arg
[#94] MB_CUR_MAX is not defined in stdlib.h.
Correct Answer
(B) false
[#95] What is the type declared by the header file signal.h?
Correct Answer
(A) sig_atomic_t