/* File: beep.c ASCII 7 is beep */ #include int main() { printf("%c%c%c%c\n", 7, 7, 7, 7) ; return 0 ; }