information
support
This is an old revision of the document!
struct person {
char name[32]; short int age; int height;
}
struct person Stanley;
Stanley.age = 34;
Stanely.height = 74;