C Strings - C programming (MCQ) questions
Here, you can read C Strings multiple choice questions and answers with explanation.
1) Which standard library function will you use to find the last occurance of a character in a string in C? - Published on 26 Feb 17
a. strnchar()
b. strchar()
c. strrchar()
d. strrchr()
Answer
Explanation
|
ANSWER: strrchr()
Explanation: No explanation is available for this question!
|
|