#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 is sprintf unsafe?
Explain 'bit masking'?
Why C language is a procedural language?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the advantages of c language?
List some of the dynamic data structures in C?
What is a pointer and how it is initialized?
What is union in c?
What is array of structure in c programming?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is an endless loop?
What is malloc return c?
Why does everyone say not to use gets?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.