单项选择题
若有以下程序段:
struct st
int n;
int*m;;
int a=2,b=3,c=5;
struct st s[3]=(101,&a,102,&c,103,&b;
main()
struct st*p;
p=s;
…
则以下表达式中值为5的是( )。
A.(p++)->m
B.*(p++)->m
C.(*p).m
D.*(++p)->m
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
在数据处理中,其处理的最小单位是( )。
A.数据
B.数据项
C.数据结构
D.数据元素
点击查看答案&解析
单项选择题
下面程序的输出结果是( )。 typedefunion long x[1]; int y[4]; char z[10]; M; M t; main() printf( %d n ,sizeof(t));
A.32
B.26
C.10
D.4
点击查看答案&解析
相关试题
运行下列程序时,若输入数据为“321”,...
有以下程序: #include<stdio.h> int...
以下程序中函数sort的功能足对a数组中的数...
下列程序的运行结果是( )。 #include...
在数据库系统的内部结构体系中,索引属于(...