#includestdio.h
int main()
{
char str[]="7632";
printf("*%2s*%-2s*",str,str);
return 0;
}

The output of code is:

Posted on by