Re: Parentheses in function calls



On 8/30/2010 2:34 PM, BartC wrote:
"John Bode" <jfbode1029@xxxxxxxxx> wrote

x = F (i + j) * k, y;

Does F take one or two parameters?

The signature for F will tell you many arguments it expects.[...]

int F(int, ...);

Your move ... ... ...

--
Eric Sosman
esosman@xxxxxxxxxxxxxxxxxxxx
.