Which is it?

foo (bar)
VS
foo ( bar )

Attached: 077fa1fe0338284296e3d08a09a215501358ab5257a0b17fbca15b3da9586bcd.jpg (447x380, 30.69K)

foo (bar)

(foo bar)

foo bar
Any language worth its salt doesn't require parens around function calls.

Which is it?
foo; bar; baz;
or
foo; bar; baz
hint: the semicolon is a binary operator

(foo)bar

C was a mistake

int foo( int bar){... function body... }

foo < bar

foo {
bar
};