typedef struct abc{ int a; int b; }abc,*p; 是将

2025-06-20 20:48:35
推荐回答(1个)
回答1:

struct abc类型的别名变成了abc
struct abc的指针类型的别名变成了p