CAFE BILLING SYSTEM
This project is a simple console-based Cafe Billing System developed using the C programming language.
The program allows users to view the cafe menu, add items to the cart, remove items, search products, and perform checkout with automatic bill generation.
Features :
- Menu display
- Inventory management
- Add items to cart
- Remove items from cart
- Product search
- Automatic GST calculation
- Bill generation
Technologies Used :
- C Programming
- Structures
- Arrays
- Functions