c++ program The value of x after executing x=strcmp(s2, s1) on these strings is ............... char s1[]="ABCD"; char s
Posted: Thu May 26, 2022 9:22 am
c++ program
The value of x after executing x=strcmp(s2, s1) on these strings is ...............
char s1[]="ABCD";
char s2[]="ABcD";
The value of x after executing x=strcmp(s2, s1) on these strings is ...............
char s1[]="ABCD";
char s2[]="ABcD";