c, finding length of array inside a function - Stack Overflow

c, finding length of array inside a function - Stack Overflow

瀏覽:596
日期:2025-12-09
There is no 'built-in' way to determine the length inside the function. ... But then of course the 'logical' array size was sizeof(arr)/sizeof(int) - 1 ......看更多