Guest_imported
New member
- Jan 1, 1970
- 0
If you declare a local variable that's a C array, you have to specify the number of elements in the array. On the other hand, if you declare a function parameter that's a C array, you don't have to specify the number of elements. Why the difference?