The strchr function returns a pointer to the first occurrence of character c in string or a null pointer if no matching character is found.
The strchr function returns a pointer to the first occurrence of character c in string or a null pointer if no matching character is found.