Unreferenced variable: Difference between revisions

Content deleted Content added
top: Split and expand sentence. Added placeholder usage
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 6:
==Examples==
[[C (programming language)|C]]:
<sourcesyntaxhighlight lang="c">
int main(void)
{
Line 14:
return 0;
}
</syntaxhighlight>
</source>
In this example, '''j''' is an unreferenced variable.
<!-- Do not add the References section until references are used in the article. -->