#include<stdio.h>
Int main()
{
Int i=10;
for(i=0;i<=5;i++)
{
printf("%d",i);
}
return 0;
}


Posted on by