Computer Science, asked by sheikhheena1424447, 2 months ago

difference between strcmp and strcmpi​

Answers

Answered by mohantysujay1103
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 Anonymous
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