Re: Parentheses in function calls
- From: Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Aug 2010 21:07:07 -0400
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
.
- Follow-Ups:
- Re: Parentheses in function calls
- From: BartC
- Re: Parentheses in function calls
- References:
- Parentheses in function calls
- From: Tony Clough
- Re: Parentheses in function calls
- From: John Bode
- Re: Parentheses in function calls
- From: BartC
- Parentheses in function calls
- Prev by Date: Re: Ping E Sossman
- Next by Date: Re: Ping E Sossman
- Previous by thread: Re: Parentheses in function calls
- Next by thread: Re: Parentheses in function calls
- Index(es):