说明如何定义一个结构体类型,如何定义一个结构体变量。

如题所述

struct mytype{
int a;
char b;
}instance;
这个就是一个结构体类型mytype的定义,同时定义了一个该类型的结构体变量instance,变量的定义也可以写成这样:struct mytype instance;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答