Answer
|
you can draw a circle using circle function.The parameters of circle function is
circle(int x,int y,int radious);
Answered By: Hamid Hassan Date: 11/25/2007
to draw a circle. u have to use the grapichal function like circle(x-dimension,y-dimension,radious);
example circle(30,30,5)
by using u can draw a circle
Answered By: yogesh Date: 11/26/2007
we use the following syntex to draw the circle in c++ ie,circle(int x,int y,int
radius) {example:circle(20,20,15)} by using graphics header file.
Answered By: mohammed yasin Date: 11/28/2007
We use the following syntax to draw the circle in c++ ie,circle(int x,int y,int radius) {example:circle(20,20,15)} by using graphics header file.
Answered By: sanjeev Date: 6/13/2008
© NewInterviewQuestions.com
|