What type is 'double x[]' in c++?

后端 未结 0 672
日久生厌
日久生厌 2021-01-06 04:25

I am working with a piece of code that creates a data structure and puts in it 2 values. It looks like this:

void func() {
    double x[] = {y, z};
}
<         


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