Vidyalelo
C Programming · Q55

File Input Output

Programming · C Programming · question 55

Q55

Which pre-defined function returns a pointer to the last occurence of a character in a string?

A.
strchr(s, c);
B.
strrchr(s, c);
Answer
C.
strlchr(s, c);
D.
strfchr(s, c);

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board