Standard Library Functions - Study Mode
[#96] The source filename and line number come from the preprocessor macros . . . . . . . . and . . . . . . . .
Correct Answer
(A) _ _FILE_ _ and _ _LINE_ _
[#97] Which of the given statement is true with respect to the function atexit()?
Correct Answer
(B) The atexit() function is used to return zero if the registration succeeds, nonzero if it fails
[#98] Which is the true statement with respect to the function longjmp()?
Correct Answer
(A) the function where setjmp() was called has terminated, then the results are undefined
[#99] Which among the given header file is used to handle different signals reported during program execution?
Correct Answer
(C) signal.h
[#100] The macro which is used to find the maximum value of an unsigned integer is . . . . . . . .
Correct Answer
(C) UINT_MAX