
为啥运行不了
下面的提示看不懂
求各位大佬jie'j
2条回答 默认 最新
threenewbee 2019-04-14 14:13关注#include <stdio.h> #include <stdlib.h> #include <string.h> struct d { int a, b, c }; //这里有分号 int main() { struct d *p; struct d A = { 1, 2, 3 }; p = &A; printf("%d", p->a); return 0; }本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报