问题
-
(10 )有以下程序#include <stdio.h>main (){ int a[]={1,2,3,4,5,6},*k[3],i=0;while (i
-
(10 )有以下程序#include <stdio.h>main (){ int a[]={1,2,3,4,5,6},*k[3],i=0;while (i
-
有以下程序main () { int aa[4][4]={{1 2 3 4}{5 6 7 8} {3 9.10 2} {4 2 9 6}}; int i. s=0 for
-
有以下程序段struct st{int x;int *y;)*pt;int a[]={l 2} b[]={3 4};struct st c[2]={10 a
-
有以下程序 main ( )int a[10]={1 2 3 4 5 6 7 8 9 10} *p=.&a[3] *q=p+2;print f (\%d\n
-
有以下程序段:struct st{int x;int *y; } *pt;int a[]={1 2} b[]={3 4};struct st c[2]={10 a 2