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

Split Strings Function | C Programming Example

30.6K views on YouTube

How to create a function to split a string into an array of substrings based on separator characters using C. The function is very similar to the split functions in Python and JavaScript. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/split.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!