#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answers were Sorted based on User's Feedback
create an SINGLE LINKED LISTS and reverse the data in the lists completely
Why can arithmetic operations not be performed on void pointers?
simple c program for 12345 convert 54321 with out using string
What is difference between scanf and gets?
how can i print "hello"
Is there any possibility to create customized header file with c programming language?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is the difference between GETS();AND SCANF();
What do you mean by dynamic memory allocation in c? What functions are used?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what is the difference between %d and %*d in c languaga?
What is #include in c?