#include<conio.h>
#include<graphics.h>
#include<dos.h>
void main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"c:\\tc\\bgi");
setbkcolor(9);
setcolor(4);
circle(300, 200, 100);
circle(250, 150, 10);
circle(350, 150, 10);
circle(300, 200, 10);
arc(300, 240, 210, 330, 20);
sound(600); // sa
delay(600);
nosound();
sound(700); // re
delay(600);
nosound();
sound(800); // ga
delay(600);
nosound( ) ;
sound(900) ; // ma
delay(600);
nosound() ;
sound(1000); // pa
delay(600);
nosound();
sound(1100); // dha
delay(600);
nosound();
sound(1200); // ni
delay (600);
nosound();
getch();
closegraph();
}
About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement 
Corporate Services
  Web Design and development
  Web Promotion (SEO)
  Multimedia/CD Presentation
  Software development

  E.Commerce

Training@balujalabs

  Software Courses
  Hardware Courses
  Networking.Courses
  Mobile Repairing Courses
  UGC Degrees
Student Corner
 Programming & Projects
 Placement Papers
 Project Ideas
 Synopsis Ideas

  Franchise Section

 Administrator
Franchise Inquiry
 
 

To generate various sounds using sound ( ), delay ( ), and non sound functions.

 

 

 

 

 

 

 

 

 


1 Program that opens reading file and closes the file.
2 Program to write the values on a file.
3 Program to read data from a file.
4 Program that reads files and displays them on the screen
5 Program to demonstrate the use of fe of function
6 List the contents of a file on the screen, using fgets to read the file a character at a time.
7 Use of fget c and fput functions to make a copy of a text file junk to terminate the program enters a blank line.
8 Program that reads strings from the keyboard and writes them to file junk to terminate the program enter a blank line.
9 Program to create an address book to store address and phone numbers




 


     
About Us       |     Portfolio       |      Services       |       Career        |    Contact Us       |      Industrial Training        |      Achievement