L32: Problem Solving I

Problem Solving I : SRMS #

Code available here
https://github.com/cpro-iiit/cpro-iiit.github.io/tree/main/web/content/docs/course_material/lectures/32/srms).

Home Work #

  • Change the program, such that database also contains the list of all items/product in the store with price per unit information. The reciept should have list of such items/products along with the quantity of each item. The main function also needs to be updated to add options to add items in to the reciept.

  • Change the use of arrays in the database strcut to linked list so that we can save memory. Add options for adding and removing items.