Education for ALL
Pages
C
C++
MP
NM
CG
COA
CN
DBMS
Crypto
IP
SE
SPM
DSA
OS
MC
C Program to Draw a Circle in Graphics
#include<graphics.h>
#include<stdio.h>
#include<conio.h>
void main( )
{
int gd = DETECT, gm;
initgraph(&gd, &gm, "C:\\TC\\BGI");
circle(100,100,10); //C
ircle(X1,Y1,radius)
getch( );
closegraph( );
}
OUTPUT:
C Program to Draw an Ellipse in Graphics >>
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment