\\$*#@GRAPHIC RAMBOW MAKING CODING.
#include<graphics.h>
#include<stdlib.h>
#include<dos.h>
#include<conio.h>
void main(void)
{
int k;
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
for(k=0;k<200;k++)
{
setcolor(random(20));
arc(getmaxx()/2,getmaxy()/2,0,180,k+10);
delay(10);
}
getch();
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Nice blog
जवाब देंहटाएंNice
जवाब देंहटाएंHii
जवाब देंहटाएंGood
जवाब देंहटाएंHii
जवाब देंहटाएंGood
जवाब देंहटाएं