0

Why Would You Learn C in This Date And Age?

Why would you with the existance of C++, JAVA, and Python.

19th Sep 2017, 10:10 AM
James Smith
James Smith - avatar
1 Respuesta
+ 4
C has a small standard library, produces small binaries, and it's essentially the closest you can get to assembly without having to deal with most cross architecture issues. It's also very basic in terms of abstractions. Another reason is that many languages, such as C++, C#, Python, Lua, etc, can all easily integrate with C code. So C can be used as backend for doing low level/high performance stuff in many other higher level languages.
19th Sep 2017, 10:18 AM
aklex
aklex - avatar