81. Which of the given structure is returned by the function ldiv()?
82. If NDEBUG is defined as a macro name, at the point where <assert.h> is included, then assert macro is defined as #define assert(ignore) ((void)0).
83. Choose the right declaration of longjmp() function.
84. Which of the given function converts the string pointed to, by the argument str to a floating-point number?
85. What will the following C statement do?
#include < setjmp.h >
int setjmp(jmp_buf env);
#include < setjmp.h >
int setjmp(jmp_buf env);86. Select the multibyte character function defined under the header file stdlib.h.
87. When we use multiple alignas specifiers in the same declaration, the . . . . . . . . one is used.
88. The . . . . . . . . function sorts an array of objects.
89. The system() function passes the string pointed to by string to the host environment to be executed by a command processor in an implementation-defined manner.
int system(const char *string);
int system(const char *string);90. For the given math function, an error occurs if the arguments are not in the range [-1, +1].
double acos(double x);
double acos(double x);Read More Section(Standard Library Functions)
Each Section contains maximum 100 MCQs question on Standard Library Functions. To get more questions visit other sections.
