#include #include enum asciitable {NUL=0, DEL=127}; void main(int argc, char **argv){ int count=1; while(1){ if(argv[count]!=NULL){ for(int i=0;i