A.int a=1; B.char b=’a’; C.float c=3.1; D.int a=b=1;
A.數(shù)值 B.變量 C.表達式 D.特殊符號@
A.算術(shù)表達式 B.關(guān)系表達式 C.邏輯表達式 D.條件表達式