Posts by Thiago Moreira • 1 point
1 post
-
0
votes1
answer68
viewsQ: Accessing the allocation causes program to stop working
I’m having a problem accessing a subscriber struct typedef struct Inscrito { char nome[50]; float cadastro; float nota; }; Inscrito *inscritos = NULL; it is as a global variable and every time I…