Sorry! Posting Assignment is allowed only for commercial accounts.
int main() { int sum = 2 + 4 / 2 + 6 * 2; printf("%d", sum); return 0;}
function f()Integer x,y,zx=3,y=4,z=4;print((z=y=x)?1:0);End function
#includestdio.h#if y==2#define x 2#else #define x 4#endifint main(){printf("%d",x);return 0;}