int main()
{
int i = 10;
for(i = 10;i = 10;i++)
{
printf("%d", i);
}
return 0;
}

Posted on by