How many times will the following loop execute?
int j; for(j = 1; j <= 10; j = j-1) printf("INFOMAX");