#includestdio.h
void main()
{
int i=0;
for(;i=5;i++);
printf("%d",i);
return 0;
}

Posted on by