I've a question regarding strings. As far as I knew, strings in C is are arrays of Characters. Now I've learned that it is in fact just a pointer to the first Character. As far as I know, arrays don't need pointers because the just can be treated as one themself. So what is a strings now?
Thank you!
Research and reading up