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

Posted on by