007# puzzle on c

@dholey (1383)
India
February 4, 2007 4:59am CST
PLEASE TELL ME THE OUTPUT WITH REASON ........ void main() { signed i=-1; unsigned j=1; if(ij) printf(" TRUE "); else printf(" FALSE "); } WHAT IS THE OUTPUT.... WHY IS THE OUTPUT.......
1 person likes this
2 responses
@SignMe (1031)
• India
4 Feb 07
I think the result will be unpredictable. It depends on which platform you are executing this. But in most of the cases the result will be "TRUE" What is the correct answer?
@dholey (1383)
• India
4 Feb 07
ANY one can get the answer executing the code on pc ... i want to get correct answer with reason ... and i will mark that response which gives full explanation with correct output
@dholey (1383)
• India
9 Feb 07
but i think people are not getting the correct answer's explanation
@kingadnan (1538)
• Pakistan
17 Feb 07
wel i don't know exactly but i think there result will be true...