-->
当前位置:首页 > 题库

单选题:Which line below will not generate warning or error when compili

Luz5年前 (2021-05-10)题库1865
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