Posts by Arthur Eich • 1 point
2 posts
-
0
votes2
answers59
viewsQ: error: expected Expression before struct
Why are you making a mistake? Why? Error = |21|error: expected Expression before 'Simple list'| #define MAX 25 typedef struct Rota Rota; typedef struct ListaRota ListaRota; typedef struct…
-
-1
votes1
answer79
viewsQ: Read string pointer in C
This is the question: 4. Make a program that receives from the user the size of a string and call a function to dynamically allocate this string. Then the user must inform the contents of this…