有以下程序 #include<stdio.h> typedef struct { int num;double s; }REC; void funl(REC *x) { x->num=23;x->s=88.5; }

admin2013-06-11  16

问题 有以下程序   #include<stdio.h>   typedef struct   {   int num;double s;   }REC;   void funl(REC *x)   {   x->num=23;x->s=88.5;   }   void main()   {   REC a={16,90.0};   fun1(&A);   printf("%d\n",a.num);   }   程序运行后的输出结果是(       )。

选项

答案23

解析
转载请注明原文地址:https://kaotiyun.com/show/cyJp777K
0

随机试题
最新回复(0)