#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answers were Sorted based on User's Feedback
Differentiate between #include<...> and #include '...'
Which is better malloc or calloc?
why Language C is plateform dependent
What is the use of a static variable in c?
While(1) { } when this loop get terminate is it a infinite loop?
What is the purpose of & in scanf?
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
What is #error and use of it?
How can I call a function with an argument list built up at run time?
Write a program in c using only loops to print * * * * * *******
Can a void pointer point to a function?