c - length of array in function argument - Stack Overflow

c - length of array in function argument - Stack Overflow

瀏覽:638
日期:2025-11-14
This is well known code to compute array length in C .... sizeof only works to find the length of the array if you apply it to the original array. int a[5] ......看更多