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

Learn enums in 8 minutes! 📅

17.8K views on YouTube

#coding #programming #cprogramming

// enum = A user-defined data type that consists
// of a set of named integer constants.
// Benefit: Replaces numbers with readable names