Student for life at ecole42
char s[] is a compile time known value, and so sizeof(s) will return the size of the "string"; string length * char size
char s[] is a compile time known value, and so sizeof(s) will return the size of the "string"; string length * char size