int main()
{
int a=123456;
printf("*%03d*",a);
return 0;
}

Above code prints...........

Posted on by