in the for loop of the code
main(){
int i=0,j=0,z=0;
for(i=0;j,z;i++)
printf("%d",i);
}

here the variables j=0,z=0;

In the conditional part of for loop,there is a...