<?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="Integer literal - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Integer_literal&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Integer_literal&amp;p=3">3.Next</a>
</p>
<p>the string <code>0x10</code> is an integer literal indicating the value 16, which is represented by <code>10</code> in hexadecimal (indicated by the <code>0x</code> prefix).</p>

<p>By contrast, in <code>x = cos(0)</code>, the expression <code>cos(0)</code> evaluates to 1 (as the <a href="page.php?w=cosine">cosine</a> of 0), but the value 1 is not literally included in the source code. More simply, in <code>x = 2 + 2,</code> the expression <code>2 + 2</code> evaluates to 4, but the value 4 is not literally included. Further, in <code>x = "1"</code> the</p><p>
<a accesskey="1" href="page.php?w=Integer_literal&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Integer_literal&amp;p=3">3.Next</a>
</p>

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

</card>
</wml>
