char str1[]="dills";
char str2[20]="hello";
char str3[]="daffo";
int x;
x=strcmp("daffodills",strcat(str3,strcpy(str1,str2)));
Answers
Answered by
0
What doest that even mean
chandanam0310:
output of this code
Answered by
0
Answer:
0
Explanation:
strcpy: str1=hello
strcat=daffohello
strcmp:compares
daffohills==daffohello???
no false
integer value of false is 0
Similar questions