Page 1 of 1

Which code from the given option return pointer to last occurrence of c in ch or NULL if not present?

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) char *strchr(ch, c)
b) char *strrchr(ch, c)
c) char *strncat(ch, c)
d) char *strcat(ch, c)