Before We Begin
Before we begin the actual coding part, we want to clear a few things.
1. Anybody can code.
Programming may feel intimidating for beginners. However, always keep in mind that learning to code is just another skill. If you invest time, you will learn it for sure.
2. Programming is like learning a new language.
Similar to languages like English, programming is also a language to interact with computers.
You will just need to remember a few instructions and rules. And you can use the same instructions (syntax) to create a wide variety of awesome programs.
3. You don't need to be a math whiz.
Learning to code involves a lot of logic and trial-and-error, but nothing beyond basic arithmetic.
Now, we are ready to learn the fundamentals of C programming.