Posts by Iago Roger • 43 points
1 post
-
4
votes1
answer2845
viewsQ: What is the correct way to declare a struct in C?
Also how to rename data types with structures? I have doubt about it because of a Windows Manager that I use has the following code: typedef struct exem exem; struct exem { tiposdedado variavel; };…