$GRAPHIC BLINK ROUNDMAKING CODING$.
#include<conio.h>
#include<stdlib.h>
#include<graphics.h>
#include<dos.h>
void main(void)
{
int gd=DETECT,gm;
int i,j,k;
initgraph(&gd,&gm,"C:\\TC\\bgi");
for(k=1;k<=10;k++)
{
for(i=0;i<360;i++)
{
setcolor(rand()%10);
for(j=0;j<15;j++)
arc(300,200,0,i,2+j);
delay(1);
}
}
getch();
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Good
जवाब देंहटाएंHii
जवाब देंहटाएंGood
जवाब देंहटाएंNice
जवाब देंहटाएंGood
जवाब देंहटाएं