Learn C
Coading is not typing it is imagination......
Sunday, May 24, 2015
string(2)
#include <stdio.h>
#include <stdlib.h>
int main()
{
char str[100];
gets(str);
printf("%s\n",str);
gets(str);
printf("%s\n",str);
gets(str);
printf("%s\n",str);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment