On Aug 10, 8:28*am, Martin <martin...@gmail.com> wrote:
> Well it does appear my answer was correct.
>
> I have tried to contact the author of the quiz, but my e-mail is
> bouncing. For those interested, the quiz was created by Seth Lowe and
> is on this page:http://bellsouthpwp.net/v/o/voltson/index.htmland
> the contact e-mail is this: sethl...@TestYourC.com. If any of you can
> find a way to contact him, it would be useful.
>
> I composed an e-mail and sent it and when that bounced I tried again
> and it bounced again.
>
> Once again, thanks for your responses.
I wonder if you could get "islands" out of the arguments with:
printf("%d", (int){++a}, a + 5);
or:
printf("%d", ++a, (int){a + 5});
or:
printf("%d", (int){++a}, (int){a + 5});