Which is easier c, c#, c++ or java??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Which is easier c, c#, c++ or java???

also are c# and c the same language? best for android games? which one should I start learning first?(after learning python) thanks sry if someone reposted this I just cant find similar questions

18th Feb 2018, 1:01 PM
StRix
StRix - avatar
1 Answer
+ 3
If you Want to develop Android Apps, Java would be an Option, since the official Programming language of Android Studio is java (although it Supports other languages too). Java is a more high Level language; If you Want to Just get more experience, solving Problems, and Not worry about how you have to Deal with memory, Java is great. C/C++ is great If you are interested in how the underlying Things Work, (what is a Pointer, how does a structure/Class Look Like in memory etc., which ist pretty useful!). Java does that for you (which makes it easier but you don't know how Things internally Work).
18th Feb 2018, 4:34 PM
Chiliz