首页
试题库
国开试题库
超星学习通
知到智慧树
蚂蚁庄园今日答案
登录
标签
智慧职教
如果在函数的复合语句中定义一个变量,有关该变量作用域正确的是_____。
智慧职教
lk
20天前
15
0
C语言允许函数值类型缺省定义,此时该函数值隐含的类型是_____。
智慧职教
lk
20天前
18
0
以下关于C语言程序中函数的说法正确的是:_____。
智慧职教
lk
20天前
21
0
C语言规定,简单变量作实参,它与对应形参之间的数据传递方式是:_____。
智慧职教
lk
20天前
15
0
下列各叙述中,不正确的叙述项是_____。
智慧职教
lk
20天前
19
0
下列各叙述中,正确的叙述项是_____。
智慧职教
lk
20天前
19
0
以下说法中正确的是_____。
智慧职教
lk
20天前
14
0
以下程序的输出结果是________。 #include void main() { struct cmplx { int x; int y; } cnum[2]={1,3,2,7}; printf("%d ",cnum[0].ycnu
智慧职教
lk
20天前
16
0
若要利用下面的程序片段使指针变量p指向一个存储整型变量的存储单元,则应向空格处填入以下哪一选项________。
智慧职教
lk
20天前
18
0
以下程序的输出结果为________。 #include void main() { struct node { int n; struct node *next;} a[4]; int i; for(i=0;i<3;i++) { (a+i)
智慧职教
lk
20天前
18
0
有以下的结构体变量定义语句:struct student {int num;char name[9];} stu;则下列叙述中错误的是 ________。
智慧职教
lk
20天前
18
0
有以下定义浯句:struct node{ int n; struct node *next;} x, y, *p=&x, *q=&y; 则能将y结点链接到x结点之前的语句为________。
智慧职教
lk
20天前
15
0
若有以下说明和语句: struct worker { int no; char ﹡name; }work, ﹡p=&work; 则以下引用方式不正确的是_____。
智慧职教
lk
20天前
18
0
有如下定义: struct date { int year, month, day; }; struct worklist { char name[20]; char sex; struct date birthday; }person; 对结构体变量 p
智慧职教
lk
20天前
20
0
以下定义语句中,错误的是_____。
智慧职教
lk
20天前
17
0
以下对C语言中联合类型数据的叙述正确的是_____。
智慧职教
lk
20天前
18
0
若 fp 为文件指针,且文件已正确打开,i 为 long 型变量,以下程序段的输出结果是_____。 fseek(fp, 0, SEEK_END); i=ftell(fp); printf("i=%ld", i);
智慧职教
lk
20天前
16
0
系统的标准输出文件stdout是指_____。
智慧职教
lk
20天前
17
0
以下程序的功能是_____。 main( ) { FILE *fp; char str[ ]=“HELLO”; fp=fopen(“PRN”,“w”); fpus(str,fp); fclose(fp); }
智慧职教
lk
20天前
17
0
执行以下程序段后,m的值为_____。 static int a[2][3]={1,2,3,4,5,6}; int m,*ptr; ptr=&a[0][0]; m=(*ptr)*(*(ptr+2))*(*(ptr+4));
智慧职教
lk
20天前
17
0
«
1 ...
67
68
69
70
71
72
73
...100
»