Top

Discussion

Use_______to determine the null-terminated message string that corresponds to the error code errcode.

  • A.strerror()
  • B.strstr()
  • C.strxfrm()
  • D.memset()

Answer: A

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

No comment is present. Be the first to comment.
Loading…

Post your comment