Tuesday, 4 November 2014

How to add sound in c

HOW TO ADD .MP3 FILE IN C LANGUAGE..


#include<dos.h>
void main()
{
//clrscr();
int mp3;
for(int a=100;a<=1000;a=a+20)
{
sound(a);
delay(21);
}
nosound();
}



  RELATED C LANGUAGE PROGRAMS::

1.How to make E shape pyramid ??

2. How to make V shape pyramid ??

3. How to make circle without using graphics ?? 

4.How to make S shape pyramid ??

5. How to make T shape pyramid ??

 












#PROGRAMER_BOY_SHUBHAM

shubhmpandey556@gmail.com

whtas app id-- +919557430657


No comments:

Post a Comment