C Strings - C programming (MCQ) questions for Q. 27520
Q. Which standard library function will you use to find the last occurance of a character in a string in C?- Published on 26 Feb 17a. strnchar()
b. strchar()
c. strrchar()
d. strrchr()
ANSWER: strrchr()