sizeof(arr) gives 20 while sizeof(a) gives 4 (for 32 bit architecture). Therefore, array names in a C program are converted mostly to pointers, ...
確定! 回上一頁