Section 11.4 Summary
In this chapter, we covered the following topics:
- Format specifiers in format strings, for example
%d
,%f
,%c
along with optional parameters - Formatted output, i.e. width, precision, etc.
- The
scanf()
function in detail - Styling your code itself