填空题

软件工程的出现是由于【 】。

【参考答案】

软件危机的出现
<上一题 目录 下一题>
热门 试题

填空题
以下程序运行后输入:3,abcde,则输出结果是【 】#include <string.h>move(char *str, int n){ char temp; int i;temp=str[n-1];for(i=n-1;i>0;i--) str[i]=str[i-1];str[0]=temp;}main( ){ char s[50]; int n, i, z;scanf( %d,%s ,&n,s);z=strlen(s);for(i=1; i<=n; i++= move(s, z);printf( %s n ,s);=
填空题
软件结构是以【 】为基础而组成的一种控制层次结构。
相关试题
  • 数据库保护分为:安全性控制、【 】、并发...
  • 软件危机出现于60年代末,为了解决软件危...
  • 有以下程序#include <stdio.h>main(...
  • 单元测试又称模块测试,一般采用【 】测试。