单项选择题

A.const  float  PI;PI=3.14f;
B.const  float  PI=3.14f;
C.float  const  PI;PI=3.14f;
D.float  const  PI=3.14f;