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