This project is about booking the movie tickets which returns the seat number.
There are three types of seats respectively Premium,Classic and Economy.
Each type of seat has 15 seats.The seat number should be selected according to matrix indexing for example (enter row and column of first seat = 0 1)
space is must between the two(0 1). For Password register just simply create the a text file named pass.txt and create a password as per requirement.
Open any code editor any just give it a try...
Totally C based project, concepts used
Arrays,file-handing,loops,strings,functions,conditional-statements,structures;