Richard Heathfield wrote:
> said:
>>
>> I have been asked if the following is possible.
>> i googled for it,thought a lot about it and decided that it is
>> not possible,but i am posting it here in a hope of getting this
>> problem solved.
>>
>> ---------------------
>> if(x)
>> {
>> printf("Hello");
>> }
>> else
>> {
>> printf("world");
>> }Is there any value of x for which output would be Hello world?
>
> Yes.
>
> #define x printf("Hello ") == 42
A nice devious mind at work
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>