Curly bracket programming language: Difference between revisions

Content deleted Content added
Other syntax: In the paragraph describing the dot and arrow operator, similar sentence syntax is used. The arrow operator is named and the example enclosed in parentheses.
m Statement blocks: A+nother popular
Line 27:
but this is not recommended, as it becomes difficult to read after the program grows beyond a few statements.
 
AAnother popular way to work with curly braces is with the [[Indent style#K&R style|K&R]] style:
 
int i;