<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="C string handling - Page 5 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=C_string_handling&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C_string_handling&amp;p=6">3.Next</a>
</p>
<p>different names.</p>

<p><a href="page.php?w=String_literal">String literal</a>s (<code>"text"</code> in the C source code) are converted to arrays (<code>char[]</code> in C, or <code>const char[]</code> in C++) during compilation. The result is an array of code units containing all the characters plus a trailing zero code unit. In C90 <code>L"text"</code> produces a wide string. A string literal can contain the zero code unit (one way is to put <code>\0</code> into the source), but this will cause the string to end at that point. The rest of</p><p>
<a accesskey="1" href="page.php?w=C_string_handling&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C_string_handling&amp;p=6">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
