已定义下列变量:  int n;   float f;     double df; df=10;  n=2;  下列语句正确的是()
A: f=12.3;
B: n=df;
C: df=n=100;
D: f=df;
出自:计算机科学