You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a C program that simulates the booking of train tickets for a fictitious train. The program asks the user to select the class and type of seat they want to book, and based on availability, allocates a seat number to the user. It then asks for passenger details and calculates the fare for the ticket.
A Mini Project [C] completed in high school to provide template for sample school projects, with improvements in code readability and logic over most mini-project source codes available on internet for high school students (Railway Ticket Reservation)
a simple console-based Airline Information System implemented in C. The program allows users to view a table of flights, display detailed information about a specific flight by ID, and explore a table of airports and their countries. Feel free to explore, modify, and enhance the code for your learning and project needs.
A simple console-based ticket reservation system developed in C, allowing users to log in, book or cancel seats, manage a waitlist, and view the real-time seating layout. This project showcases basic C programming concepts like structs, arrays, and string handling, making it a great learning exercise for beginners.