Tagged Questions
0
votes
1answer
577 views
Inventory Program in C. Need help on how to delete an item from inventory
This is a program that holds inventory. The program displays a menu of options. Everything else works perfect except the delete an entry function. I do not know how to make it delete a function. I put ...