Day 7 of Learning C.
Still reading a Modern Approach to C, really enjoying how interactive it can be with the Q A, exercises and programming projects.
Today I read Chapter 3 and covered:
• The printf function (more in depth)
• Conversion specifications
• Escape sequences
• The scanf function (more in depth)