Thursday 17 March 2016
C programming code for sound
About Rishabh Aggarwal
Competitive Programmer and Ruby on Rails Developer
Subscribe to:
Post Comments (Atom)
#include<dos.h> main() { int a; for ( a = 200 ; a <= 1000 ; a = a + 20 ) { sound(a); delay(25); } nosound(); return 0; }
About Rishabh Aggarwal
Competitive Programmer and Ruby on Rails Developer
Snake Game using javascript (P5.js) Follow me at Instagram here. Subscribe to my youtube channel here. Just learnt somet...
No comments:
Post a Comment