Which of the following five lines will compile without a warning or error?

A) float f=0.0;
B) char c="c";
C) byte b=128;
D) boolean b=null;
E) long l = 10L * 10L;