Which of the given function is used to return a pointer to the located character?
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.