foo (bar)
VS
foo ( bar )
Which is it?
Justin Edwards
Joshua King
foo (bar)
Carter Mitchell
(foo bar)
Jayden Bell
foo bar
Any language worth its salt doesn't require parens around function calls.
Andrew Myers
Which is it?
foo; bar; baz;
or
foo; bar; baz
hint: the semicolon is a binary operator
Jaxon Howard
(foo)bar
Jaxson Stewart
C was a mistake
Adam Ortiz
int foo( int bar){... function body... }
Dylan Wood
foo < bar
Christian Morris
foo {
bar
};