C
Programming and Technical
Programming
Program
Which standard library function will you use to find the last occurance of a character in a string in C?
Options
1) strnchar()
2) strchar()
3) strrchar()
4) strrchr()
Read Solution (Total 1)
-
- strrchr is uesd tovfind the last occurence of a character in a string
- 8 years agoHelpfull: Yes(1) No(0)
C Other Question