Description: c programming course design
IDE:Turbo C
sinple flight ticket managerment
function:add,delete records,search records,check inputs,can t save to file
puts("================.Menu.================")
puts("1.Add one record")
puts("2.List All records")
puts("3.Modify one record by SN")
puts("4.Delete one record by SN")
puts("5.Display one record by SN")
puts("6.Unsubscribe records by custom name or ID")
puts("7.Searh records by custom name or ID")
puts("8.Generate test data")
puts("0.Exit")
puts("Your choice(0-8):")
To Search:
File list (Check if you may need any files):
cp.cpp