<?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="Constant (computer programming) - Page 11 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Constant_(computer_programming)&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Constant_%28computer_programming%29&amp;p=12">3.Next</a>
</p>
<p>meaning that its value will be set at compile time and should not be changeable at runtime. Compilers generally put static constants in the text section of an <a href="page.php?w=object_file">object file</a> along with the code itself, as opposed to the data section where non-const initialized data is kept. Some compilers can produce a section specifically dedicated to constants. <a href="page.php?w=Memory_protection">Memory protection</a> can be applied to this area to prevent overwriting of such constants by errant pointers.</p>

<p>These constants</p><p>
<a accesskey="1" href="page.php?w=Constant_(computer_programming)&amp;p=10">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Constant_%28computer_programming%29&amp;p=12">3.Next</a>
</p>

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

</card>
</wml>
