The author discusses how arrays in C decay to pointers, which can be confusing, and proposes a strict separation of arrays and pointers to make the language easier to learn. They also explore how arrays can be treated as pointers and propose a new operator, @, to create an array from a pointer, and discuss the implications of this on the language.