[A]#include <stdio.h> void main(void) { int i; for(i=0; i<=10; i++) { if(i[B]3==0) printf("x"); printf("%d", i); } }
void
int i
i<=10
i++
printf