+ 1
Using C Program Linked List for the Facility Fault Reporting System
Can someone help to debug my code? I not sure where is the problem https://code.sololearn.com/cYI01HhqInxZ/?ref=app
1 Answer
+ 2
First problem: a '}' before the switch needs to be removed
Then, you declared a lot of function you never defined and only defined one that you never declared
If you first correct this, I will be glad to help more ! đ