1. Implement the boundary fill algorithm and flood fill algorithm in C-language and use your code to fill two different types of closed areas such as
i) A Circle
ii) A self intersecting polygon
Compare the results of two algorithms for the self intersecting polygon.
2. Write a code using C-language to generate an arbitrary character by using (i) bitmap method (ii) outline method. Use this code to generate three different characters of your own mother tongue.