#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answer Posted / vivek mathan
THE ANSWER IS "ERROR";
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Why do we use static in c?
What is a node in c?
What are enums in c?
Why is #define used?
Tell me when would you use a pointer to a function?
What is a nested formula?
Write a C program to count the number of email on text
What are reserved words?
Why do we use null pointer?
Is exit(status) truly equivalent to returning the same status from main?
Where can I get an ansi-compatible lint?
What type is sizeof?
How the c program is executed?
Why c is procedure oriented?
Why doesnt long int work?