nosound function turn off the PC speaker.
Declaration : void nosound();
Declaration : void nosound();
C programming code for nosound
#include<dos.h> main() { sound(400); delay(1000); nosound(); return 0; }
No comments:
Post a Comment