What is the output of the below given code
#include
#include
int main()
{
char s1[] = "TESTBOOk";
char s2[] = "TESTBOOK";
printf("%d",strcmp(s1,s2));
return 0;
}

1
-1
2
0
3
1
4
26

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation