typedef struct S{ int g;char h; }T;中typedef就是起到起别名的作用,如果之前的名字还可以使用,那不是起到简洁的作用,反而程序变得更慢了吗~、应为 可用struct S定义结构体变量
在C中用struct SC++中可以用S
应为 可用struct S定义结构体变量