#include <graphics.h> #include <conio.h> main() { int gd = DETECT, g…
Declare :- void arc(int x, int y, int stangle, int endangle, int sweep); curve …