use c programming language
a) [90 marks] Write a program that solves a given maze using stack Maze is a 2D array of Cell structs. Below entry cell is (1.0) and exit is (9, 10). You’ll need other attributes in your struct as well, eg, int visited. Wall cells are represented below by 1s you will represent them by setting the int wall flag to 1 . M= Here is a solved
OR
OR