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
What are the two types of functions in c?
Why double pointer is used in c?
write a program to print data of 5 five students with structures?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is hungarian notation? Is it worthwhile?
What are multibyte characters?
What is the use of bit field?
How to write a code for reverse of string without using string functions?
What are the features of c languages?
How pointers are declared?
How can I copy just a portion of a string?
How the c program is executed?
What are the 4 types of functions?
What are header files and explain what are its uses in c programming?
Hai what is the different types of versions and their differences