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 Even And Odd Values Of An Array Into Two Arrays | C Programming Example

4.3K views on YouTube

How to split the even and odd integers in an array into two other arrays in C. Two techniques are presented, one that uses fixed size arrays and is less memory efficient, and another technique that dynamically allocates arrays that is more memory efficient. Source code: https://github.com/portfoliocourses/c-example-code/blob/main/split_even_odd.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!