Posts by Caraca • 11 points
2 posts
-
-1
votes1
answer76
viewsQ: Doubts about pointers and dynamic allocation
I’m having difficulty doing this activity. If possible, give me tips and solutions to improve the code. And explain to me why the compiler can run the program but when arriving at the end of the…
-
0
votes1
answer1802
viewsQ: Dereferencing Pointer to incomplete type
How can I resolve the problem of "Dereferencing Pointer to incomplete type"? I can’t find where the error would be. The following is the statement:. typedef struct{ int dia,mes,ano; }data; typedef…