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