What is the output of the below code?

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

Posted on by