#include<stdio.h>int main(){int X=40;{int X=20;printf("%d ", X);}printf("%d", X);return 0;}
Standard input is empty
20 40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!