Page 1 of 1

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
by answerhappygod
c++ program
The value of x after executing x=strcmp(s2, s1) on these strings is ...............
char s1[]="ABCD";
char s2[]="ABcD";