题目内容
有以下程序#include int main(){ struct node { int n; struct node *next;} *p;struct node x[3]={{2, x+1},{4, x+2},{6, NULL}};p=x;printf("%d,",p->n);printf("%d",p->next->n);return 0;}程序运行后的输出结果是( )。
查看答案
搜索结果不匹配?点我反馈