1.

  Which of these assignments is invalid?

A. short s = 48;
B. float f = 4.3;
C. double d = 4.3;
D. int I = `1`;
Answer» E.


Discussion

No Comment Found