Education for ALL
Pages
DL
MP
MC
COA
ES
NM
CG
OS
IP
DC
CN
CNS
Cryptography
C
C++
DSA
DBMS
SAD
SE
SPM
IoT
Blockchain
DS
AI
ML
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