First page Back Continue Last page Graphics
The Format String
Most characters are simply echoed.
A “%” indicates a special field (unless followed by another “%”).
It is up to the programmer to make sure the parameters number and type match the format string.
- Some compilers will verify this for static format strings.