array of function pointer 函数指针数组
An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
The reset() function moves the internal pointer to the first element of the array.
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
Recall that when we pass an argument of array or function type, that argument is automatically converted to an pointer.
回忆一下,传递数组或函数类型实参的时候,该实参自动转换为一个指针。
应用推荐