Why do we learn C there are many other better languages than this & much shorter code can be written? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why do we learn C there are many other better languages than this & much shorter code can be written?

https://www.sololearn.com/discuss/1698779/?ref=app

24th Feb 2019, 10:18 AM
Kevan Mehta
Kevan Mehta - avatar
2 Answers
+ 2
C is quick because it is compiled and also rather 'raw', not a lot of overhead; you almost have to flip the bits by hand. ;-) *exaggeration* So when performance is very important, you sacrifice the convenience of higher languages in order to gain speed.
24th Feb 2019, 10:33 AM
HonFu
HonFu - avatar
0
Main reason is SPEED!! Note that a lot of the other language are derived from C. Some languages like Python(which is my favorite) even do implementations in C if speed is crucial.
24th Feb 2019, 2:02 PM
Eric Kiser
Eric Kiser - avatar