![]() |
VOOZH | about |
circle(x, y, radius); where, (x, y) is center of the circle. 'radius' is the Radius of the circle.Examples :
Input : x = 250, y = 200, radius = 50 Output : 👁 ImageBelow is the implementation to draw circle in C: Output :
Input : x = 300, y = 150, radius = 90 Output : 👁 Image
👁 Image