Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 957 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 957 Bytes

👋 Hey there

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.

🚀 Project Statement

To use skills learned in the CSD101 Course and apply them to build a working application.

Project Description

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.

Project Members

C Topics Used

  • Loops
  • Conditionals
  • Functions
    • Recursion
  • Arrays
  • Pointers
  • Structs
  • File Handling