Which of the following assignment is not correct?()         
A、A. float f = 11.1;
B、B. double d = 5.3E12;
C、C. double d = 3.14159;
D、D. double d = 3.14;.