Category:C: Difference between revisions

m
Line 29:
 
===Curly Braces===
C uses curly braces as a separator for sections of code. All curly braces must be "balanced," i.e. every left curly brace must have a right curly brace after it. Most code writing programs will do this for you automatically. The contents of a function <b>must</b> be enclosed in curly braces for the code to count as part of that function.
 
<lang C>int main()
{
1,489

edits