Standard Library Functions - Study Mode

[#126] Which macro is used in the setlocale() function?
Correct Answer

(C) LC_MESSAGES

[#127] The value returned by the library function mktime(), on failure is . . . . . . . .
Correct Answer

(A) -1

[#128] Which of the following functions decomposes the input string into three pans: an initial, possibly empty, sequence of white-space characters?
Correct Answer

(D) strtol()

[#129] The sig argument specifies the signal, which may be any signal except . . . . . . . . and . . . . . . . .
Correct Answer

(B) SIGKILL, SIGSTOP

[#130] Which function is called repeatedly by bsearch() to compare search elements against the elements in the array?
Correct Answer

(C) compar()