[ 单选题 ] 常识

与实际参数为实型数组名相对应的形式参数不可以定义为()。
  • A、
    float  a[];
  • B、
    float *a;
  • C、
    float a;
  • D、
    float (*a)[3]/a[][3];