X and Y are equal and both are zeroes
So the output is 0 0
On Sun, Jul 10, 2011 at 3:03 PM, radha krishnan <
[email protected]> wrote:
> #include<stdio.h>
> void main(){
> signed x;
> unsigned y;
> x = 10 +- 10u + 10u +- 10;
> y = x;
> if(x==y)
> printf("%d %d",x,y);
> else if(x!=y)
> printf("%u %u",x,y);
> }
> OUTPUT?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>
--
Regards
Rajeev N B <http://www.opensourcemania.co.cc>
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.