问题
-
以下程序的输出结果是 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 -
以下程序的输出结果是【 14 】#include <stdio.h> #include <stdio.h>#include <st
-
下面程序的输出结果为()。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}};in
-
有以下程序段struct st{int x;int *y;)*pt;int a[]={l 2} b[]={3 4};struct st c[2]={10 a