单项选择题

结构化程序流程图中一般包含3种基本结构。下述结构中,______不属于其基本结构。

A.顺序结构
B.嵌套结构
C.循环结构
D.条件结构
<上一题 目录 下一题>
热门 试题

单项选择题
以下程序的输出是______。 struct st int x;int*y; *p; int dt[4]=10,20,30,40; struct st aa[4]=50,&dt[0],60,&dt[1],60,&dt[2],60,&dt[3]; main() p=aa; printf( %d n ,++(p->X));
A.51
B.11
C.50
D.60
单项选择题
以下所列的各函数首部中,正确的是______。
A.void play(Var:Integer,var b:Integer)
B.void play(int a,b)
C.void play(int a,intb)
D.Sub play(a as integer,b as integer)
相关试题
  • 当执行下面程序且输入a boy时,输出的结果...
  • 下列程序的输出结果是______。 main...
  • 若有宏定义如下: #define X 5 #def...
  • 若有以下定义: int a[]=1,2,3,...
  • 字符‘0’的ASCⅡ码的十进制数为48,且...