codeconfusion.hashnode.devArrays in C - Part 1This 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...Oct 6, 2025·18 min read