
Admin
Helpdice Team
What are reserved words with a programming language?
<p>The words that are a part of the standard C language library are called <strong>reserved words</strong>. Those reserved words have special meaning and it is not possible to use them for any activity other than its intended functionality.</p>
<p><strong>Example:</strong> void, return int.</p>
Related QNA's
- Explain Raspberry Pi ?...1 day ago