填空题
软件生命周期分为软件定义期、软件开发期和软件维护期,详细设计属于______中的一个阶段。
【参考答案】
软件开发
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
下列语句段中,正确的是( )。 A) street int x; float y; int a[2]; unsigned b[3]; char name[ 10]; ;B) struct stu unsigned a[3]; unsigned b[4]; x; int *p=& x.a;C) stmct stu int a; float x[4]; y=1,1.0; float data=y.x;D) struct nd int a,b; unsigned c[2]=5; ;
点击查看答案&解析
单项选择题
有以下定义和语句: struct workers int num; char name[20]; char c; struct int day; int month; int year; s; ; struct workers w, *pw; pw=&w; 能给w中year成员赋值1980的语句是
A) *pw.year=1980; B) w.year=1980;C) pw->year=1980; D) w.s.year=1980;
点击查看答案&解析
相关试题
以下程序的功能是计算:s=1+12+12...
有以下程序 #include <stdio.h> fun...
以下程序运行后的输出结果是______。...
下列程序的输出结果是______。 long...
fseek函数的正确调用形式是 。