Sunday, 25 December 2011

nosound

#include<dos.h>
 
main()
{
sound(400);
delay(1000);
nosound();
 
return 0;
}

No comments:

Post a Comment