Posts by Gabriel Caldas • 1 point
1 post
-
-2
votes2
answers366
viewsA: What is the typedef function in struct in C? Can I use struct without it?
You see, the typedef need not necessarily be used with structs. One struct defines a new data type, a record that can contain information of various data types at the same time, as in the example…