Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hint main() { int a;int b; b=( a=15, a+35);printf("%d",b);return 0;}