How printf() works???????
- From: sant.tarun@xxxxxxxxx
- Date: Thu, 6 Mar 2008 21:59:49 -0800 (PST)
Hello,
I would appreciate some comments about the piece of code given below
and explanation about the result of this specified code.
int x = 20;
printf("%d %d %d",x < 30, x = 40; x > 10);
The output of these code will be :: 0 40 1
Thanks and Regards,
Tarun
.
- Follow-Ups:
- Re: How printf() works???????
- From: jaysome
- Re: How printf() works???????
- From: Richard Heathfield
- Re: How printf() works???????
- From: Barry Schwarz
- Re: How printf() works???????
- From: Ulrich Eckhardt
- Re: How printf() works???????
- Prev by Date: Re: Variable length arrays
- Next by Date: Re: How printf() works???????
- Previous by thread: Internet Explorer 8 beta release
- Next by thread: Re: How printf() works???????
- Index(es):