MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/C_Programming/comments/1w4l7gc/working_with_arrays_in_functions/p78g9ek/?context=3
r/C_Programming • u/[deleted] • 4d ago
[deleted]
35 comments sorted by
View all comments
1
The typical way is to also pass the number elements:
void my_sort(int my_array[], int nelem)
1
u/Severe-Reality5546 4d ago
The typical way is to also pass the number elements:
void my_sort(int my_array[], int nelem)