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);

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);

Read More Section(Standard Library Functions)

Each Section contains maximum 100 MCQs question on Standard Library Functions. To get more questions visit other sections.