$GRAPHIC DELAY MAKING CODING$
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
#include<dos.h>
void main(void)
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
circle(200,250,30);
delay(2000);
line(250,250,340,280);
delay(4000);
arc(400,220,190,260,50);
getch();
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Ek or
जवाब देंहटाएंEk or
जवाब देंहटाएंHii
जवाब देंहटाएंBest
जवाब देंहटाएंGood
जवाब देंहटाएंGood
जवाब देंहटाएं