Precision indicates the minimum number of digits printed for type integers d, i, o, u, x, and X. #include main(){ printf("%10.4d\n", 35);} 003510 is the field-width.4 is the precision.