问题
-
以下程序的输出结果是 include
struct st { int x;int *y;}*p; int dt[4]={10,2 -
以下程序的输出结果是 include
struct st { int x;int *y;}*p; int dt[4]={10,2 -
以下程序输出结果是()。 struct stu {int x; int *y; }*p; int dt[4]={10,20,30,40}; struct stu
-
下面程序的输出结果为()。struct st { int x; int*y; } *p; int dt[4]={10,20,30,40}; struct st
-
下面程序运行后的输出结果是()。struct abc{int a,b,c;}main(){struct abc s[2]={{1,2,3},{4,5,6" />