<<< printf argument list | Index | printf format string, cont. >>> |
A format specifier for general, character, and numeric types has the following syntax:
%[argument_index$][flags][width][.precision]conversion
The expressions in square brackets are optional; they may or may not appear in a format specifier
<<< printf argument list | Index | printf format string, cont. >>> |