单项选择题
以下不正确的定义语句是
A.double x[5]={2.0,4.0,6.0,8.0,10.0};
B.int y[5]={0,1,3,5,7,9};
C.char c1[]={'1','2','3','4','5'};
D.char c2[]={'\x10','\xa','\x8'};
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
为了避免流程图在描述程序逻辑时的灵活性,提出了用方框图来代替传统的程序流程图,通常也把这种图称为
A.PAD图
B.N-S图
C.结构图
D.数据流图
点击查看答案&解析
单项选择题
有以下程序 main() } int i,s=1; for(i=1;i<50;i++) if(!(i%5)&&! (i%3)) s+=i; printf( %d n ,s);} 程序的输出结果是
A.409
B.277
C.1
D.91
点击查看答案&解析
相关试题
有以下程序 #include <stdio.h> voi...
有以下程序 #include <stdio.h> #i...
有以下程序 #include<stdio.h> main...
已知数据表A中每个元素距其最终位置不远,...
有以下程序 #include <stdio.h> #d...