Computer Science, asked by chandanam0310, 1 year ago

char str1[]="dills";
char str2[20]="hello";
char str3[]="daffo";
int x;
x=strcmp("daffodills",strcat(str3,strcpy(str1,str2)));

Answers

Answered by sindhug1612
0

What doest that even mean


chandanam0310: output of this code
sindhug1612: oh...im really sorry..i did not know it..sry for answering like that
roydivya80: answer will be 0
Answered by roydivya80
0

Answer:

0

Explanation:

strcpy: str1=hello

strcat=daffohello

strcmp:compares

daffohills==daffohello???

no false

integer value of false is 0

Similar questions