$GRAPHIC CIRCLE MAKING CODING$
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
void main(void)
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"C:\\TC\\bgi");
circle(300,250,50);
getch();
}
enter the ctrl+f9 to start your program.
note= only for use c language or graphics
Nice
जवाब देंहटाएंHii
जवाब देंहटाएंHii
जवाब देंहटाएंVery good
जवाब देंहटाएं