- Back to Home »
- dos.h »
- C programming code for sound
Posted by : ANIMESH SHAW
Sunday, 2 October 2011
#include<dos.h> main() { int a; for ( a = 200 ; a <= 1000 ; a = a + 20 ) { sound(a); delay(25); } nosound(); return 0; }
#include<dos.h> main() { int a; for ( a = 200 ; a <= 1000 ; a = a + 20 ) { sound(a); delay(25); } nosound(); return 0; }
- Copyright © Programming Mania -Metrominimalist- Powered by Blogger - Designed by Johanes Djogan -
Post a Comment