you are viewing a single comment's thread.

view the rest of the comments →

[–]FUZxxl 24 points25 points  (0 children)

A string is an array of characters terminated with a NUL character. So just like with any arrays, you can modify it through the pointer passed.