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.......
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?
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