Standard Library Functions - Study Mode
[#86] Select the right statement.
Correct Answer
(A) synchronous signal occurs because of the action that your program takes
[#87] The calloc() function allocates space for an array of n objects, each of whose size is defined by size. Space is initialized to all bits zero.
Correct Answer
(A) true
[#88] Select the macro that affects the information provided by localeconv function.
Correct Answer
(C) LC_NUMERIC
[#89] The value of CHAR_MAX will be equal to SCHAR_MAX when . . . . . . . .
Correct Answer
(C) char represents negative value
[#90] Which of the given option is declared under the header file stdlib.h?
Correct Answer
(D) EXIT_SUCCESS