93 #include #include main(int argc,char **argv) { sound(atoi(argv[1])); while(! kbhit()); getch(); nosound(); } . 0