In C programming, the name of the array always points to address of the first element of an array So, &arr[0] is equivalent to arr. Since the addresses of both ...
確定! 回上一頁