Learn C
Coading is not typing it is imagination......
Sunday, May 24, 2015
string(3)
#include <stdio.h>
#include <stdlib.h>
///int main()
///{
///char ch[100];
/// scanf("%[^\n]",ch);////***same output
/// printf("%s",ch);
/// return 0;
//}
int main()
{
char ch[100];
gets(ch);///***same output
printf("%s",ch);
return 0;
}
2 comments:
Anonymous
May 24, 2015 at 9:46 AM
Ki likhsis re esob.......!! :p ;)
Reply
Delete
Replies
Reply
Koushik Ahmed
May 24, 2015 at 10:43 AM
as u die
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Ki likhsis re esob.......!! :p ;)
ReplyDeleteas u die
ReplyDelete