单项选择题
在软件开发过程中,软件结构设计是描述______。
A.数据存储结构
B.软件体系结构
C.软件结构测试
D.软件控制过程
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下面语句的输出结果是______。 printf( od n ,strlen( t 065 xff n ))
A.14
B.8
C.5
D.输出项不合法,无正常输出
点击查看答案&解析
单项选择题
若有以下结构体定义,则是正确的引用或定义。 Struct example { int x; int y; }V1;
A.examplx=10
B.example V2.x=10
C.structv2;v2x=10
D.struct examplev2={10};
点击查看答案&解析
相关试题
若有定义:int a[4][10];,则以下...
请读程序: #include<stdio.h> #inc...
下列程序的执行结果是______。 #in...
以下程序输出的结果为______。 main...
以下程序的输出结果是______。 #in...