Arrays in C - Part 1
Oct 6, 2025 · 18 min read · This article I’m going to share what I’ve learnt tackling arrays in C for the first time. If you are also confused about: When should you pass an array to a function as array[] vs *array? Should you create an array of variables or pointers to varia...
Join discussion