Question: in c Question 9 (10 pts)Function char *strrchr (char .atr, char c) is a function from the standard C library that returns a pointer to
in c Question 9 (10 pts)Function char *strrchr (char .atr, char c) is a function from the standard C library that returns a pointer to the last occurrence of the character c in the string atr. Implement this function. In case of error or if c is not found, return NULL N S char sstrrchr(charatr, char c) Q 2018
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
