Computer Science, asked by chandanam0310, 1 year ago

what will be the value of x for the following code snippet?
char str1[]="dills";
char str2[20]="hello";
char str3[]="daffo";
int x;
x=strcmp("daffodills",strcat(str3,strcpy(str1,str2)));

Answers

Answered by Rajeshkumare
0
This section presents you various set of Mock Tests related to C Programming Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.

Similar questions