That's right. If you want 7 items you have an array of size 7.
You only need the extra one for "char" arrays which are intended to hold null-terminated strings.
That's right. If you want 7 items you have an array of size 7.
You only need the extra one for "char" arrays which are intended to hold null-terminated strings.