https://github.com/ktamburi/car-rental
A simple university project in C programming for CEN110 course at Epoka University
https://github.com/ktamburi/car-rental
begginers c programming
Last synced: 11 days ago
JSON representation
A simple university project in C programming for CEN110 course at Epoka University
- Host: GitHub
- URL: https://github.com/ktamburi/car-rental
- Owner: ktamburi
- Created: 2024-12-21T23:41:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T23:47:03.000Z (over 1 year ago)
- Last Synced: 2025-03-13T03:17:42.142Z (over 1 year ago)
- Topics: begginers, c, programming
- Language: C
- Homepage:
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Rental System in C
This repository contains the implementation of a Car Rental System, developed as part of a university course in C programming. The system aims to streamline vehicle rental management by offering functionalities such as browsing available cars, registering new reservations, and efficiently managing rental operations. The project is implemented entirely in C, utilizing file-based data handling, and is designed as a console-based application.