Which statement is false?

a) Function strerror takes an error number and creates an error message string.
b) Function strerror maps its integer argument into a full text string in a system-dependent manner
c) Function strlen determines the length of a string including the null character.
d) Function strerror does not display its string output.

c) Function strlen determines the length of a string including the null character.

Computer Science & Information Technology

You might also like to view...

The CPU processes instructions written in which one of the following languages?

a. Java b. pseudo code c. machine language d. Visual Basic

Computer Science & Information Technology

To control resource clusters as a group, most process-based systems are configured around complex ____, which manage multiple resources or divide the work among subordinate processes.

A. resource managers B. semaphores C. scheduling algorithms D. server processes

Computer Science & Information Technology