C Program to Draw Eclipse in C using Graphics Function
#include<stdio.h>
#include<conio.h>
#include<graphics.h>
void main()
{
//int gd=DETECT,gm;
int gd = EGA, gm = EGAHI, errorcode;
initgraph(&gd,&gm,"c:\\tc\\bgi");
//ellipse(midx, midy, stangle, endangle,xradius, yradius);
setfillstyle(8,6);
//setfillstyle(style_no,color_no);
fillellipse(180,180,95,65);
getch();
closegraph();
}
Incoming search terms:

About the author: Pritesh View all posts by Pritesh
My name is Pritesh Taral. I am working in well known MNC. as Java Developer. I am part time blogger loves writing articles on C/C++. I am active on facebook using community fan page .One can Visit me @ Facebook
Facebook Fan Page