Use_______to determine the null-terminated message string that corresponds to the error code errcode.
Answer: A
Use strerror (errcode) to determine the null-terminated message string that corresponds to the error code errcode.