Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

fprintf() Function Deep Dive | C Programming Tutorial

7.8K views on YouTube

An in-depth tutorial on how to use the fprintf() function in C to write to files (technically the function writes to “output streams”), including different ways to format output data, and outputting data in arrays (both 1D and 2D). Source code: https://github.com/portfoliocourses/c-example-code/blob/main/fprintf.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!