$GRAPHIC EXPENDROUND MAKING CODING$
#include<conio.h>
#include<graphics.h>
#include<dos.h>
void main(void)
{
int i;
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
for(i=0;i<200;i++)
{
cleardevice();
arc(getmaxx()/2,getmaxy()/2,0,180,i);
arc(getmaxx()/2,getmaxy()/2,180,0,i);
delay(30);
}
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Very good
जवाब देंहटाएंHii
जवाब देंहटाएंHii
जवाब देंहटाएंGood
जवाब देंहटाएं