difference between strcmp and strcmpi
Answers
Answered by
9
Answer:
The strcmpi() function is a built-in function in C and is defined in the “string. ... The strcmpi() function is same as that of the strcmp() function but the only difference is that strcmpi() function is not case sensitive and on the other hand strcmp() function is the case sensitive.
Thank you =)
Answered by
12
The strcmpi() function is a built-in function in C and is defined in the “string. h” header file. The strcmpi() function is same as that of the strcmp() function but the only difference is that strcmpi() function is not case sensitive and on the other hand strcmp() function is the case sensitive.
Hope it helps..
Similar questions
Math,
1 month ago
Computer Science,
1 month ago
Computer Science,
1 month ago
Math,
2 months ago
Physics,
9 months ago
Geography,
9 months ago
Geography,
9 months ago