单项选择题

软件详细设计产生的图如右图所示:


该图是( )。

<上一题 目录 下一题>
热门 试题

单项选择题
下面结构体的定义语句中,错误的是( )。
A.struct ordint x;int y;int z;;struct ord a;
B.struct ordint x;int y;int z;struct ord a;
C.struct ordint x;int y;int z;a;
D.structint x;int y;int z;a;
单项选择题
有以下程序: #include<stdio.h> main() int n=2,k=0; while(k++&&n++>2); printf( %d%d n ,k,n); 程序运行后的输出结果是( )。
A.02
B.13
C.57
D.12
相关试题
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> int...
  • 以下函数findmax拟实现在数组中查找最大值...
  • 若有以下程序段: int r=8: print(...