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