What will be the output?
int main()
{
int i,j;
for(i=1;--i=5;printf("%d",--i));
return 0;
}

Posted on by