A console-based Parking Management System implemented in C, simulating a real-world parking environment with system-time based billing and text file handling.
This project demonstrates strong fundamentals of C programming, including arrays, functions, file handling, and time-based logic.
- ๐ Admin login authentication
- ๐๏ธ Separate parking for 2-wheelers and 4-wheelers
๐ ฟ๏ธ Automatic slot allocation using First-Fit strategy- โฑ๏ธ System time-based entry and exit tracking
- ๐ฐ Minimum 1-hour billing with partial-hour rounding
- ๐งพ Automatic bill generation at vehicle exit
- ๐ Data persistence using text file handling
- ๐ Vehicle search functionality
- ๐ Automatic slot reuse after vehicle exit
- C Programming Language
- Arrays and Functions
- File Handling using
.txtfiles - Time handling using
time.h - Conditional logic and loops
- Git & GitHub for version control
gcc parking_c.c -o parking
parking
## ๐ Login Credentials
Username: Admin
Password: pass1