Which programming language should I learn first: C or Java?

0
7
Asked By CuriousCoder88 On

I've dabbled in C# but had to step away for a bit. After chatting with some folks, I heard that it might be better to focus on C or Java before diving back into C#. I'm leaning towards back-end development, and I've heard that C could be a good start because its syntax is similar to many other programming languages, making future learning easier. What do you all think? Should I start with C or Java?

1 Answer

Answered By TechieTom On

Starting with C is solid because it lays the foundation for understanding many concepts that other languages build upon. It helps you grasp memory management, which is key in many programming tasks. Plus, once you know C, picking up other languages like C# or Java will be much easier! Just don't be afraid of pointers—they're just part of the learning curve!

MemoryMaster99 -

Honestly, C gets a bad rap for memory management, but it's not that tough! Once you get the hang of pointers, it can be pretty straightforward. Plus, you can use C for scripting too—it’s flexible while being powerful.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.