Day 14: TIL Today was all about Array , the logic behind inserting and removing elements. unlike Python where you can just .pop() or .insert(), in C you have to manually shift every single element to ...