Using C Program Linked List for the Facility Fault Reporting System | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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

7th Dec 2019, 6:29 AM
CY_27
CY_27 - avatar
1 Resposta
+ 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 ! šŸ˜
7th Dec 2019, 10:46 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar