Re: How printf() works???????
- From: Ulrich Eckhardt <doomster@xxxxxxxx>
- Date: Fri, 07 Mar 2008 07:11:51 +0100
sant.tarun@xxxxxxxxx wrote:
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);
It doesn't compile.
The output of these code will be :: 0 40 1
No, see above.
Uli
.
- References:
- How printf() works???????
- From: sant . tarun
- How printf() works???????
- Prev by Date: How printf() works???????
- Next by Date: Re: long double literal
- Previous by thread: How printf() works???????
- Next by thread: Re: How printf() works???????
- Index(es):
Relevant Pages
|