Category:C: Difference between revisions

m
Line 41:
 
The contents of a function, if statement, etc. <b>must</b> be enclosed in curly braces for the code to count as part of that section.
<lang C>int{ main()
//this wouldn't actually compile as none of these variables were declared in this scope. More on that later.
{
 
if (K == 3)
1,489

edits