Top

Discussion

Which pre-defined function returns a pointer to the last occurence of a character in a string?

  • A.strchr(s, c);
  • B.strrchr(s, c);
  • C.strlchr(s, c);
  • D.strfchr(s, c);

Answer: B

No answer description available for this question.

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

Post your comment