+ 1
Any tips on how to place braces correctly in C Language?
3 Réponses
+ 5
I didn't understand your question .can you please give an example.Might be helpful:
https://jeremybytes.blogspot.com/2013/04/where-do-curly-braces-belong.html
+ 3
Used in loops functions scope and control flow statements .braces in somes editor is highlited if you set the cursor and point on first curly braces its correspondant pair will be highlited too so try to check with this tip every curly braces you in codes.
+ 1
Thank you