int a; int b; int c; int d; int e; int f; int i; int g; b=e; d=c; e=g; f=g; if(i>10) { d=e; } else { d=f; } a=d; printf("%d",a);