Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hint main(){const int b = 20;printf("%d",++b);return 0;}
#includestdio.hint main(){int a=10, b=20, c=30, d=40;if(a=b==d=c){printf("TRUE");}else{printf("FALSE");}return 0;}