Copyright © tutorialspoint.com
Synopsis:
Description:The strrchr function searches string for the last occurrence of c. The null character terminating string is included in the search. Return ValueThe strrchr function returns a pointer to the last occurrence of character c in string or a null pointer if no matching character is found. Example
It will proiduce following result:
|
Copyright © tutorialspoint.com