Predict the output of the following code
int n=0, m;
for(m=1;m=n+1;m++)
printf(“%d %d”,++m, m++);


Posted on by