

Strings - Programming
Q1: The library function used to find the last occurrence of a character in a string isA strnstr()
B laststr()
C strrchr()
D strstr()
ANS:C - strrchr() Declaration: char *strrchr(const char *s, int c); It scans a string s in the reverse direction, looking for a specific character c. Example:
Output:
The position of 'i' is: 19
|


For help Students Orientation
Mcqs Questions
One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.