Posts by user56294 • 73 points
1 post
-
7
votes1
answer219
viewsQ: Start structure pointer with an address?
I wonder if it is possible to start this structure type pointer with an address, without needing to point to another variable, or allocate memory. typedef struct{ char nome[20]; int idade; }pessoa;…