Passing CHAR array to function - C Board
To make that more clear, strings in C are null terminated, but not all char arrays are considered strings. Meaning, you may want an array of char but not a string. The difference is that there are special functions for strings, specially in string.h, that...