Arrays and Strings

Arrays are fixed-size stack memory with no bounds checking. Strings are char arrays terminated by a null byte. strlen, strcpy, strcmp — and why they are all dangerous.

stay in the loop