Declaration
struct
is keyword for struct
Generally
1 | struct tag_name { |
Note: Two of tag_name
, member-list
and variable-list
must present.
Using typedef
1 | typedef struct |
Usage
1 | struct COMPLEX |
struct
is keyword for struct
1 | struct tag_name { |
Note: Two of tag_name
, member-list
and variable-list
must present.
1 | typedef struct |
1 | struct COMPLEX |