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.
Choose the correct option from below list
(1)TRUE
(2)False

Answer:-(1)True



Discussion

No Comment Found