+ 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?

15th Feb 2017, 5:22 AM
David Andree Esquivel Higuera
David Andree Esquivel Higuera - avatar
3 Answers
+ 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 🍰
15th Feb 2017, 5:26 AM
Jafca
Jafca - avatar
+ 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.
15th Feb 2017, 7:08 AM
Shahar Levy
Shahar Levy - avatar
+ 5
C is slightly more complex due to it being closer to Machine code...you can do it!
15th Feb 2017, 8:27 AM
Thomas A. Beaudry
Thomas A. Beaudry - avatar