#include void main() { int i=0; int j=0; char sh[5]; printf("input\n"); while(i++<6) scanf("%c",&sh[i]); while(j++<6) printf("%c",sh[j]); }