 |
How do I determine the size of my array in C? - Stack Overflow
How do I determine the size of my array in C? That is, the number of elements the array can hold? ... The sizeof way is the right way iff you are dealing with arrays not received as parameters. An array sent as a parameter to a function is treated as a po
stackoverflow.com |
 |