Standard Library Functions - Study Mode

[#76] Which of the given function differs from the statement'errno is not neccessarily set on conversion error'?
Correct Answer

(D) strtod()

[#77] The macro MB_LEN_MAX is used to find . . . . . . . .
Correct Answer

(A) Maximum number of bytes in a multi-byte character

[#78] Which function is called by macro assert to terminate the execution?
Correct Answer

(C) abort()

[#79] Which of the following macros is defined under the header limits.h?
Correct Answer

(B) USHRT_MAX

[#80] A range error occurs if the result of the function cannot be represented as a value.
Correct Answer

(C) double