填空题

Jackson方法是一种面向 ______的结构化方法。

【参考答案】

数据结构
<上一题 目录 下一题>
热门 试题

填空题
以下程序运行时若从键盘输入:10 20 30<回车>。输出结果是______。 #include <stdio.h> main() int i=0,j=0,k=0; scanf( %d%*d%d ,&i,&j,&k); printf( %d %d %d n ,i,j,k);
填空题
一个模块直接调用的其他模块的模块个数称为______。
相关试题
  • 下面程序是计算100以内能被4整除且个位...
  • 下面invert函数的功能是将一个字符串str的...
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> mai...