I am going to print no if for loop i is not divided by 3 and otherwise continue the loop (i%3==0)? continue : (printf("no")); am getting error on this line