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