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