考试
2020-03-15 10:37:41

7737 有以下程序#include &am

题目描述

有以下程序#include <stdio.h>struct st{int x, y, z;} data[2]={3,10,2,20,15,7};main(){



有以下程序#include <stdio.h>struct st{ int x, y, z;} data[2]={3,10,2,20,15,7};main(){ struct st *p=data; printf("%d,", p->y); printf("%d
",(p)->x); }程序的运行结果是A.10,3 B.20,3 C.10,20 D.20,2

答案解析

00****97 C本题考查结

加载中...
AI正在思考中,请稍候...