Standard Library Functions - Study Mode

[#171] Which function searches an environmenr list that are provided by the host environment?
Correct Answer

(A) getenv()

[#172] What error occurs if an input argument is outside the domain over which the mathematical function is de?ned?
Correct Answer

(A) domain error

[#173] What are the contents of the register?
Correct Answer

(D) sp, fp, pc

[#174] The header file setjmp.h is used to . . . . . . . .
Correct Answer

(B) control low-level calls and returns to and from functions

[#175] Name the function that breaks a floating-point number into a normalized fraction and an integral power of 2.
Correct Answer

(B) frexp()