#include <stdio.h> #include <conio.h> int main (void) { char c='\b'; while ( (c=getch()) * (((c-' ')&&putchar(c))|1) * (c-13) ); getch(); return 1; }