This project is to be submitted as Project Work for the CSD101 Course at Shiv Nadar University.
All project code & revisions can be found on Github.
To use skills learned in the CSD101 Course and apply them to build a working application.
An inventory / asset management system, that tracks an object's name, location, warehouse, price and quantity.
With functionality to add, update, and delete records and write / read data to and from the disk.
- Loops
- Conditionals
- Functions
- Recursion
- Arrays
- Pointers
- Structs
- File Handling