I'm about to start learning C as my first programming language. Initially, I was leaning towards Python, but for some reason, I'm really drawn to C. Any tips for a beginner like me?
1 Answer
Just make sure you're committed to learning C. It might not open as many job doors compared to C++ or C#, and it can be pretty tough since it doesn’t hold your hand with input or memory management. But hey, if it’s what you want, go for it!
I'm really interested in low-level programming, especially for embedded systems and firmware.