C using datastructure

A 5X5 matrix is given…suppose{1,3,13,…with some free space denoted by 0}.First of all we have to search the free space in the given matrix and then we have to allocate the the car in that free space .Afterwards we have to remove the car from the parking lane by providing position as an input.(In C using data structure)

please do provide what exactly you want to do?

2 Likes

A 5X5 matrix is given…suppose{1,3,13,…with some free space denoted by 0}.First of all we have to search the free space in the given matrix and then we have to allocate the the car in that free space .Afterwards we have to remove the car from the parking lane by providing position as an input.(In C using data structure)