Is there a way to express an array in vectorized form in standard library in C?

后端 未结 0 704
灰色年华
灰色年华 2020-12-16 08:38

I\'m trying to enter the following array
float array[3] = {a, b, c};
into a function say
3DLocation(float x, float y, float z)
as
3DLocation(arr

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