Scope/Function names and labels: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|C}}: Remove vanity tags)
Line 89:
Demonstrating function scope as well as goto in a C program invariably leads to code like the one below. The [http://en.wikipedia.org/wiki/Scope_(computer_science)#C Wikipedia article] is a good starting point.
 
<lang C>
<lang C>/* Abhishek Ghosh, 8th November 2013, Rotterdam */
#include <stdio.h>
 
10,333

edits