int *ptr = B ; this will return an error because ptr is a pointer to integer but B is a pointer to a 1-D array of integers. We can define a ...
確定! 回上一頁