TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Software World > Programming

Notices

Reply
 
Thread Tools Display Modes
Old 08-06-2007, 04:28 PM   #1
Newbie
 
Join Date: Jun 2007
Age: 21
Posts: 4
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0 silicon_brean is an unknown quantity at this point
Arrow airtel song in c

hi this is code of airtel song.
---------------------------------------------------------------
Code:
#include<dos.h> 
#include<stdio.h> 
float main(void) 
{ 
float A,Bb,D,G,F; 
A = 440; 
G = 780; 
Bb = 461; 
D = 586; 
F = 687; 
sound(G); 
delay(500); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(G); 
delay(500); 
nosound(); 
sound(2*D); 
delay(500); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(2*Bb); 
delay(250); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(F); 
delay(500); 
nosound(); 
sound(2*A); 
delay(500); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(F); 
delay(250); 
sound(G); 
delay(250); 
sound(2*A); 
delay(250); 
sound(2*Bb); 
delay(500); 
sound(2*A); 
delay(500); 
sound(G); 
delay(250); 
sound(F); 
delay(250); 
sound(D); 
delay(500); 
nosound(); 
//end 1 
sound(G); 
delay(500); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(G); 
delay(500); 
nosound(); 
sound(2*D); 
delay(500); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(2*Bb); 
delay(250); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(F); 
delay(500); 
nosound(); 
sound(2*A); 
delay(500); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(2*A); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(F); 
delay(250); 
sound(G); 
delay(250); 
sound(2*A); 
delay(250); 
sound(2*Bb); 
delay(500); 
sound(2*A); 
delay(500); 
sound(G); 
delay(250); 
sound(F); 
delay(250); 
sound(D); 
delay(500); 
nosound(); 
//end 2 
sound(2*A); 
delay(250); 
nosound(); 
sound(G); 
delay(250); 
nosound(); 
sound(F); 
delay(250); 
sound(G); 
delay(250); 
sound(2*A); 
delay(250); 
sound(2*Bb);
delay(500); 
sound(2*A); 
delay(500); 
sound(G); 
delay(250); 
sound(F); 
delay(250); 
sound(D); 
delay(500); 
nosound(); 
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}
getch();
silicon_brean is offline   Reply With Quote
Thanked Users:
EAGERSOS (07-10-2007)
Old 08-06-2007, 10:27 PM   #2
Elite Member (1000+)
 
Night_virus's Avatar
 
Join Date: Jul 2006
Location: Kolhapur, India
Age: 17
Posts: 1,114
Thanks: 69
Thanked 47 Times in 45 Posts
Rep Power: 17 Night_virus is a glorious beacon of lightNight_virus is a glorious beacon of lightNight_virus is a glorious beacon of lightNight_virus is a glorious beacon of lightNight_virus is a glorious beacon of light
Send a message via MSN to Night_virus Send a message via Yahoo to Night_virus
Re: airtel song in c

I didnt understand it.
Night_virus is offline   Reply With Quote
Old 14-06-2007, 11:51 AM   #3
Regular Member (100+)
 
softhunterdevil's Avatar
 
Join Date: Oct 2006
Location: Salt Lake ... In City of Joy
Age: 23
Posts: 207
Thanks: 11
Thanked 28 Times in 20 Posts
Rep Power: 12 softhunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to beholdsofthunterdevil is a splendid one to behold
Re: airtel song in c

Install C and then write the code and run, you will get it
__________________
softhunterdevil is offline   Reply With Quote
Old 07-07-2007, 01:03 PM   #4
Junior Member (25+)
 
KINGCOBRA's Avatar
 
Join Date: Aug 2006
Location: INDIA
Age: 22
Posts: 84
Thanks: 4
Thanked 13 Times in 12 Posts
Rep Power: 4 KINGCOBRA has a spectacular aura aboutKINGCOBRA has a spectacular aura aboutKINGCOBRA has a spectacular aura about
Re: airtel song in c

hey nice program dude...

Last edited by KINGCOBRA; 10-07-2007 at 07:08 PM.
KINGCOBRA is offline   Reply With Quote
Old 14-07-2007, 12:43 AM   #5
Regular Member (100+)
 
Join Date: Jul 2006
Age: 23
Posts: 151
Thanks: 46
Thanked 2 Times in 2 Posts
Rep Power: 0 appoos is an unknown quantity at this point
Re: airtel song in c

wow..super program..
appoos is offline   Reply With Quote
Old 06-10-2007, 08:58 PM   #6
Newbie
 
Vivek788's Avatar
 
Join Date: Jun 2006
Age: 21
Posts: 16
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0 Vivek788 is an unknown quantity at this point
Re: airtel song in c

hey does it work in linux?
Vivek788 is offline   Reply With Quote
Old 07-10-2007, 12:19 AM   #7
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 22
Posts: 5,027
Thanks: 12
Thanked 392 Times in 362 Posts
Rep Power: 69 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future
Send a message via Yahoo to bakuryu
Re: airtel song in c

remove the getch() and try compiling.
bakuryu is offline   Reply With Quote
Old 07-10-2007, 12:53 AM   #8
Newbie
 
EAGERSOS's Avatar
 
Join Date: Oct 2007
Posts: 3
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 0 EAGERSOS is an unknown quantity at this point
Re: airtel song in c

very good pal......... send more .. very interesting
EAGERSOS is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get song lyrics while playing a song !!! mantoadmire Software Releases 5 22-11-2007 02:35 PM
All AirTel Ringtons KINGCOBRA Mobile Softwares 2 13-10-2007 03:55 PM
Airtel Messenger - FREE !!!!!! sree Mobile Softwares 2 01-07-2007 10:39 AM

Google
 


All times are GMT +5.5. The time now is 06:17 AM.


vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2008, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional