write a program to draw a filled for with yellow colour
Answers
Answered by
1
Answer:
The header file graphics.h contains setfillstyle() function which sets the current fill pattern and fill color. floodfill() function is used to fill an enclosed area. Current fill pattern and fill color is used to fill the area.
Similar questions