Predict the output of the program
#includestdio.h
void main()
{
int i=1, j=5;
while(++i=10)
{
j++;
}
printf("%d",j);
}


Posted on by