Standard Library Functions - Study Mode
[#81] Choose the correct statement.
Correct Answer
(C) qsort() returns no value to the function
[#82] The . . . . . . . . function returns no value.
Correct Answer
(C) free()
[#83] Which function returns a pseudo-random integer?
Correct Answer
(B) rand()
[#84] Which of the following format specifiers is used to specify whether the given time is in AM or PM?
Correct Answer
(D) %p
[#85] Which among the given function causes abnormal program termination ?
Correct Answer
(B) abort()