Posts by Bzipp • 51 points
1 post
-
5
votes1
answer1146
viewsQ: Dynamic stack - C
I’m studying dynamic stack from the code below: #include <stdio.h> #include <stdlib.h> #define tam 50 // ---- Estruturas para os tipos…
1 post
5
votes1
answer1146
viewsI’m studying dynamic stack from the code below: #include <stdio.h> #include <stdlib.h> #define tam 50 // ---- Estruturas para os tipos…