Possible Duplicate:
What’s the “condition” in C interview question?
Fill the condition in such a way that it should "hello world"
if(condition)
printf("hello");
else
printf("world");
|
|
Fill the condition in such a way that it should "hello world"
|
||||||
|
closed as exact duplicate by Greg Hewgill, Stephan202, sharptooth, Naveen, divo Sep 2 at 10:32 |
|
|
That it? edit: Damn, too slow. :-) |
||
|
|
|
How about:
|
||
|
|
|
||
|