What will strcmp() function do?
Answer: B
The strcmp() function compares the string s1 to the string s2. int strcmp(const char *s1,const char *s2);