Posts by Pablo Oliveira • 11 points
1 post
-
1
votes1
answer51
viewsQ: I don’t understand the following structure
I’m having trouble understanding the following structure: typedef struct TipoItem{ int Chave; } Item; typedef struct TipoCelula *Apontador; //aqui temos um apontador tipo celula. typedef struct…