下面程序執(zhí)行后的結(jié)果是()。
A.4 B.5 C.6 D.無法編譯
A.int i,j=20; B.char c="c"; C.float f=1+2; D.int x,y;x=y=10;
A.常量 B.變量 C.表達(dá)式 D.算法