Examveda

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

A. strchr(s, c);

B. strrchr(s, c);

C. strlchr(s, c);

D. strfchr(s, c);

Answer: Option B


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output