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

Malloc in C is easy! 🏢

98.7K views on YouTube

#coding #programming #cprogramming

// malloc() = A function in C that dynamically allocates
// a specified number of bytes in memory

char *grades = malloc(number * sizeof(char));