单项选择题
若i,j已定义为int型,则以下程序段中内循环的总次数是()
A.30 B.36 C.27 D.18
A.顺序结构、选择结构、循环结构 B.if、switch、breakfor、 C.while、do-while D.if、for、continue
A.’1’、‘2’、‘3’ B.‘1’、‘#’、‘2’ C.‘1’、‘2’、‘#’ D.‘1’、‘#’、‘3’
A.define NUM 100 B.define NUM 100; C.#define NUM 100 D.#define NUM 100;
A.自然语言 B.汇编语言 C.机器语言 D.高级语言
A.s p j m B.susan eter ck y C.susan peter jack mary D.peter jack
A.floatf={1.1,2.2,3.3,4.4,5.5}; B.inta[5]={-1,0,6,1,2,3}; C.charch[]={’a’,’b’,’c’,’d’,’e’}; D.doubled[5];d[5]={1,2,3,4,5};
A.252.5 B.25,2.5 C.a=25,b=2.5 D.a=25b=2.5
A.ch–a+A B.ch+32 C.ch–´a´+´A´ D.以上都不正确
A.inta[1][3]={{1,0,1},{},{1,2,3}}; B.inta[2][4]={{1},{2,3},{4,5,6}}; C.inta[][3]={{1,2},{3,4}}; D.inta[3][]={{1},{2,3},{4,5,6}};
A.floatf[10];f[10]=3.14; B.chars[20];s[5-6]=’A’; C.doubled[5];d[5-5]=8; D.a[1]=2;inta[8];