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

time(NULL) Explained | C Programming Tutorial

5.4K views on YouTube

An explanation as to what is returned when the time() function is called with the argument NULL in C, including why is it often used as an argument to the srand() function to provide a seed value for random number generation. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/time_null.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!