+ 3
If I already know C#/Java, would it be easier for me to learn C?
I'm currently studying college and so far we've only worked with C# and Java. I'm planning on working at an off-school project that requires C knowledge. Is C easier to learn?
3 Respuestas
+ 9
It's more low-level than C# or Java, but it is similar.
With the knowledge you have now, C shouldn't be much of a problem to learn 🍰
+ 8
C is quite harder than Java and C#.
You have many different input variations you need to handle and there is no garbage collector and more stuff that higher level languages do by themselves.
+ 5
C is slightly more complex due to it being closer to Machine code...you can do it!