Top

Discussion

Which of the given function is used to return a pointer to the located character?

  • A.strrchr()
  • B.strxfrm()
  • C.memchar()
  • D.strchar()

Answer: D

The strchr() function is used to return a pointer to the located character if character does not occur then a null pointer is returned.

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

Post your comment