上QQ阅读APP看书,第一时间看更新
Using arrays of characters
Strings will be covered in more detail in Chapter 6, Using Strings, but it is worth pointing out here that C strings are arrays of characters and are accessed through pointer variables. This means that if you want to manipulate strings, you must manipulate the memory that the pointer points to, and not manipulate the pointer itself.