- 3
C or java?? Which is better?
some friends told me that the best tool for beginners is C, because almost all hi-level languajes are based on it, but i think that java is as same important as C.
2 Respuestas
+ 1
C++ seems to rely more on pointers which can teach you more about memory allocation, whereas java uses a garbage collector to help reduce the demand on the developer to manage memory. As for C i think it's more difficult from what I know but I have never used it before so I cannot comment exactly
0
I would recommend you Java or C#.
C is lower level language and it's more difficult for beginners.