Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hvoid main() {12 ? return 1:return2;}
#includestdio.hint main() {int a=1; int b=1; int c= ++a || b++;int d= b-- && --a; printf("%d %d %d %d" , d, c, b, a) ;return 0; }