34,333
edits
Changes
→Strings without NSString
char myString[] = "This is a C character array";
</pre>
<google>ADSDAQBOX_FLOW</google>
Having created the string we literally have nothing but a section of memory where a null terminated string of characters is located. If we want to do anything to manipulate the string we will have to write our own code to do it.