Top

Discussion

What is the return value of strxfrm()?

  • A.length of the transformed string, not including the terminating null-character
  • B.length of the transformed string, including the terminating null-character
  • C.display the transformed string, not including the terminating null character
  • D.display the transformed string, not including the terminating null-character

Answer: A

This function returns the length of the transformed string, not including the terminating null character.

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

Post your comment