Write the output of the following C code ?


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

Posted on by