<AptiCode/>

Question 556: If the two strings are identical, thenstrcmp()function returns

tcs
wipro
infosys
general
aptitude
strings
c-programming

Declaration:strcmp(const char *s1, const char*s2);Thestrcmpreturn anintvalue that isif s1 < s2 returns a value < 0if s1 == s2 returns 0if s1 > s2 returns a value > 0