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 / ayyanar.m
garbage
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
hi send me sample aptitude papers of cts?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What language is lisp written in?
What are the types of type qualifiers in c?
What is the use of getchar() function?
Can we use visual studio for c?
What is clrscr in c?
What are the 3 types of structures?
What are volatile variables in c?
What is output redirection?
When we use void main and int main?
What is difference between %d and %i in c?
What is the use of volatile?
What is the purpose of type declarations?
In a header file whether functions are declared or defined?