Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.
因此y的类型就是有四个元素、这些元素指向char类型的指针数组。
In fact, the parameter is a pointer to an element in an array of arrays.
实际上,形参是一个指针,指向数组的数组中的元素。
In fact, the parameter is a pointer to an element in an array of arrays.
实际上,形参是一个指针,指向数组的数组中的元素。
应用推荐