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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset