Incompatible pointer type, expected float * but argument is of type float (*)[2]

后端 未结 0 862
半阙折子戏
半阙折子戏 2021-01-03 08:15
void PrintVec2(float *a, int n) {   
   
    int i;
    for (i = 0; i < (n / 2); i++) printf("\\n%f %f", a[2 * i], a[2 * i + 1]);
    printf("\\n&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题