© 2026 Hashnode
After completing Week 0 with Scratch, Week 1 was like entering a more authentic programming experience the world of C. This week, I began learning how to “talk” to the computer through text-based coding instead of visual blocks. It was exciting, chal...

In higher level languages, it is generally assumed that an array is dynamic by default, that you can push, pop, and shift any element in or out of your array with ease. In C the process is not as straight forward, if you want to add an element to you...
