Computer Science, asked by megharoy510, 10 months ago

write a program to draw a filled for with yellow colour​

Answers

Answered by sudhirhaldkar2980
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