char s[1024];


for(i=0; i < strlen(s); i++)
printf("%c\n", s[i]);