|
|
Review |
|
struct tag {
data_type_1 name_1;
data_type_2 name_2;
...
};
Data types can vary and can include any known type including other structs.
Data names must be unique within the struct. No data initialization allowed
in the structure declaration.
public