Name: Anonymous 2010-04-24 9:47
Which do you prefer:
or
int foo(int a);
int foo(int a = someDefaultArgument);or
int foo(int a);
int foo(void);