Vidyalelo
C Programming · Q40

File Input Output

Programming · C Programming · question 40

Q40

Which of the following function compares 2 strings with case-insensitively?

A.
strcmp(s, t)
B.
strcmpcase(s, t)
C.
strcasecmp(s, t)
Answer
D.
strchr(s, t)

Answer: Option C

Solution

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