What is the output of the following code?
#includestdio.h
int main()
{
int i;
for(i=0;i5;i++)
{
int i=10;
printf("%d",i);
i++;
}
return 0;
}

Posted on by