Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

A basic menu driven management system made with C .

Notifications You must be signed in to change notification settings

prakriti42/CRUD-Application-In-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Airlines Management System is a novice C program created to keep record of booked tickets. The system is created with an assumption of 4 departure and destination points.
The following actions can be performed after logging into the system with the userId and password:
1.	Book a ticket
2.	View the list of tickets booked
3.	Search ticket information by Contact number
4.	Edit a ticket details by Contact number
5.	Cancel a ticket by Contact number
6.	Exit the system