a) strchr(s, c);
b) strrchr(s, c);
c) strlchr(s, c);
d) strfchr(s, c);
Which pre-defined function returns a pointer to the last occurence of a character in a string?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which pre-defined function returns a pointer to the last occurence of a character in a string?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!