单项选择题
软件需求分析一般应确定的是用户对软件的______。
A.功能需求
B.非功能需求
C.性能需求
D.功能需求和非功能需求
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
字符(char)型数据在微机内存中的存储形式是______。
A.反码
B.补码
C.EBCDIC码
D.ASCII码
点击查看答案&解析
单项选择题
以下程序段给数组所有的元素输入数据,请选择正确答案填入。 #include<stdio.h> main() int a[10],i=0; while(i<10)scanf( %d ,______); : :
A.a+(i++)
B.&5[i+1]
C.a+i
D.&a[++i]
点击查看答案&解析
相关试题
请读程序: #include<stdio.h> main...
下面程序的输出是______。 main()...
若有程序 fun(int a,int b static i...
有以下程序: #include<stdio.h> mai...
以下程序运行后,输出结果为______。...