Question:Which standard library function will you use to find the last occurance of a character in a string in C?
A strnchar() B strchar() C strrchar() D strrchr()
+ AnswerD
+ Report