/Bus-Ticket-Booking

A project made by using all the basics of C-language.

Primary LanguageC

Bus-Ticket-Booking

1.This program is written in C-language.

2.Three buses of fixed routes and each bus has 40 seats.

3.Maximum six tickets can be booked per booking.

  1. “ * ”- selected seats and “ @ ”-Occupied.

5.Contact number should be 10-digited number.

6.Bill is printed on the console immediately after booking.

7.Four options are given after every booking.

a) Display bus details.

b) Check seat availability.

c) Book again.

d) Display previous bookings.

8.’Display of previous bookings’ option shows all bookings of respective run time. When program terminates all the details are transferred into another file.

9.The program is illustrated with console outputs at respective places.