#includestdio.h

void main() {
int i,j=2;
for(i=0;i+j;i)
{
printf("%d",i);
}
}
What will be the output

Posted on by