单选题:Which line below will not generate warning or error when compili
Which line below will not generate warning or error when compiling? ( ) @[D](2)
A. float f = 1.3;
B. char c = "a";
C. byte b = 257;
D. int i = 10;
A.float f = 1.3;
B.char c = "a";
C.byte b = 257;
D.int i = 10;
答案:D
A. float f = 1.3;
B. char c = "a";
C. byte b = 257;
D. int i = 10;
A.float f = 1.3;
B.char c = "a";
C.byte b = 257;
D.int i = 10;
答案:D