Conversion strings
The most commonly used conversion strings used are listed below. Use these
for both input and output conversions.
- d - signed integer and long integer
- i - signed integer and long (not available on all compilers)
- c - character
- s - string
- f - float and double