單項選擇題設(shè)有定義 int i=123; long j=456;下面賦值不正確的語句是()

A.j=i;
B.j=(long)i;
C.i=(int)j;
D.i=j;


您可能感興趣的試卷