我偶然发现了以下演员:
(int (*)[10])
在我看来,这是一个"指向int的指针".我们假设以下数组声明:
int array[10];
然后我会假设它 &array是类型的(int (*)[10])
&array
它是否正确?
c casting
c ×1
casting ×1