Print Function Field Width
The optional minimum field width for the printf() function
indicates the minimum number of digits to appear in the integral part,
fractional part or both parts of a _DecimalT class template
object. If there are fewer characters than the field width, then the
field is padded with spaces. The field width can be an *.
If n is an *, the value of n is derived
from the corresponding position in the parameter list.