InterviewSolution
Saved Bookmarks
| 1. |
strcmpi (s1, s2) returns 1 if the character strings s1 and s2 are the same, disregarding case of alphabetic characters, and 0 otherwise. |
|
Answer» strcmpi (s1, s2) RETURNS 1 if the character strings s1 and s2 are the same, disregarding case of ALPHABETIC characters, and 0 otherwise. |
|