Scope/Function names and labels: Difference between revisions

m
throung -> through
No edit summary
m (throung -> through)
Line 104:
 
printf("This will demonstrate function and label scopes.\n");
printf("All output is happening throungthrough printf(), a function declared in the header stdio.h, which is external to this program.\n");
printf("Enter a number: ");
if (scanf("%d", &x) != 1)
7,805

edits