Standard Library Functions - Study Mode
[#36] The . . . . . . . . function converts the initial portion of the string pointed to by, to int representation.
Correct Answer
(B) atoi()
[#37] The ldexp() function multiplies a floating-point number by an integral power of 2.
Correct Answer
(A) true
[#38] setjmp takes a jmp_buf type and different other type variables as input.
Correct Answer
(B) false
[#39] The three macros defined by stdarg.h is . . . . . . . .
Correct Answer
(C) va_start(), va_arg() and va_end()
[#40] . . . . . . . . macro must be called before using . . . . . . . . and . . . . . . . .
Correct Answer
(B) va_start, va_end and va_arg