#include<stdio.h>
#include<stdio.h>
#include<conio.h>
#define PRINTX printf("%d\n",x)
main()
{
    int x=2,y,z;
    x*=3 + 2; PRINTX;
    x*= y = z = 4; PRINTX;
    x = y == z; PRINTX;
    x == ( y = z ); PRINTX;
getch();
}
can anyone explain the output

-- 
SOURABH JAKHAR,(CSE)(3 year)


The Law of Win says, "Let's not do it your way or my way; let's do it the
best way."

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

Reply via email to