若在一个C源程序文件中定义了一个允许其他源文件引用的实型外部变量x,则在另一文件中可以使用的引用说明是( )。
A、extern float x; B、float x;
C、extern auto float x; D、extern static float x;
出自:西安交通大学--程序设计综合训练学习指南