Posts by augusto silva • 1 point
2 posts
-
-1
votes1
answer182
viewsQ: Insert an item in the chained list
I am trying to insert a new element a chained list without head, I can even insert more when leaving the function the pointer points to null again void cadastrar_produto(char codProd[], char…
-
0
votes1
answer82
viewsQ: How to read a file and insert data in c
Hello I’m new in C and have the following doubt I have a program that needs to save and read student data Student example below: typedef struct academico{ char nome[50]; char cidade[30]; char…
casked augusto silva 1