• + 0 comments
            for(int i=0;s[i]!='\0';i++){
        if(s[i]!=' ') printf("%c",s[i]);
        else printf("\n");