#IncludeStdio.h
int main()
{
int n=0,m;
for(m=1;m=n+1;m++)
{
printf("%d %d",++m,m++);
}
}

what will be the output of the above code?

Posted on by