Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The ________ function compares the two strings s1 and s2, ignoring the case of the characters.

a) strtolower()
b) toLowerCase()
c) strcasecmp()
d) lc()

Answer: c
Explanation: The strcasecmp() function compares the two strings s1 and s2, ignoring the case of the characters.

Join The Discussion