填空题
若有如下结构体说明:
structSIRU
int a,b;char c:double d;
struct STRU *p1,*p2;
;
请填空,以完成对t数组的定义,t数组的每个元素为该结构体类型。
【16】
t[20]
【参考答案】
structSTRU
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
若有定义语句char s [100],d[100];int j=0,i=0;且s中已赋字符串,请填空以实现拷贝。 (注:不使用逗号表达式) white(s[i])d[j]= 【15】 ;j++; d[j]=0;
点击查看答案&解析
填空题
以下程序输出的最后一个值是 【11】 。 int ff(int n) static int f=1; f=f*n; return f; main() int i; for (i=1;i<=5;i++)printf( %d n ,ff(i));
点击查看答案&解析
相关试题
以下程序段打开文件后,先利用fseek函数将...
下面的程序可对指定字符串中的字符串进行从...