Array of Chars vs. C-string

Am I allowed to use an array of characters the same way I would use an array of integers? ie. Do I have to use it like a C-string (with a null terminator)?

I don't want to use it as a string, only as an array - is this possible?
Yes that is perfectly fine.
Topic archived. No new replies allowed.