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. Nesting curly brace pairs inside curly braces is also acceptable as long as none of them are "lonely." Most advanced code writing programseditors will dohelp thisyou forwith youcurly braces by automatically. typing the right brace as soon as you type the left one.
 
<lang C>int main()
1,489

edits