單項選擇題若定義inta=2,b=2,下列表達式中值不為4的是()

A.a+(++b);
B.a*(b++);
C.a+b;
D.a*b;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列選項中為單精度數(shù)的是()

A.2
B.5.8
C.0.2f
D.023

2.單項選擇題下列變量定義中,不合法的是()

A.int$x;
B.int_12;
C.intSummer_2012;
D.int#dim;

3.單項選擇題下列特點中不屬于java的是()

A.多線程
B.多繼承
C.跨平臺
D.動態(tài)性

4.單項選擇題

下列代碼的執(zhí)行結果是:()

A.6
B.5
C.2
D.10

5.單項選擇題下列變量的定義中,錯誤的是()

A.intx=8;
B.floatf;d;
C.Strings="hello";
D.booleanb=true;