Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

14
  • 4
    Did you mean brackets or parenthesis'? Commented Jan 26, 2010 at 6:13
  • 3
    The reason programmers hardly can remember is because each language is slightly different. Commented Jan 26, 2010 at 6:35
  • 6
    You can also rely on relational operators (<, <=, ==, >=', >') having precedence over logical operators (&&, ||.) Commented Jan 26, 2010 at 17:53
  • 4
    @Neil - when talking to IT folks, it is best to stick to conventional IT / typographic terminology. '()' are parentheses (or round brackets), '[]' are brackets (or square brackets) and '{}' are braces (or curly brackets). Commented Jan 27, 2010 at 4:47
  • 3
    In the context of operator precedence, "brackets" can really only mean "round brackets". Commented Feb 15, 2010 at 6:25