11. Look at the Code:
#include<string.h>
void main()
{
char s1[]="abcd";
char s2[10];
char s3[]="efgh";
int i;
clrscr();
i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd"));
printf("%d",i);
}
What will be the output?
A)No output B) A Non Integer C)0 D) Garbage
Answer Posted / basha
No out put will come bcoz errors are there in the program
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where static variables are stored in c?
Dont ansi function prototypes render lint obsolete?
Write a progarm to find the length of string using switch case?
What is pass by reference in functions?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the mean of function?
How can I find the modification date of a file?
What is difference between && and & in c?
Why can’t constant values be used to define an array’s initial size?
What is the best style for code layout in c?
What is meant by operator precedence?
formula to convert 2500mmh2o into m3/hr
Describe the modifier in c?
What is c programming structure?
What do mean by network ?