Page 1 of 1

Which pre-defined function returns a pointer to the last occurence of a character in a string?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) strchr(s, c);
b) strrchr(s, c);
c) strlchr(s, c);
d) strfchr(s, c);