Posts by Selton Farias • 53 points
2 posts
-
0
votes1
answer214
viewsQ: Reallocate My Structure Size in C?
typedef struct tempNo { int valor; int coluna; struct tempNo* prox; } NO; typedef NO* PONT; typedef struct { PONT* A; int linhas; …
-
4
votes1
answer938
viewsQ: How to create a dynamic matrix using chained list in C language?
Please help me with whatever power on the subject, I am having difficulties with data structure in college. I thank you already. What I already have for coding! typedef struct tipoElemento { int…
casked Selton Farias 53