1.Rust 2.D 3.C++ 4.C# 5.Java Its 2016, why C is still so popular and used in mainstream project?
Name:
Anonymous2016-07-21 7:42
>>1 C is good for low-level systems programming so it's used for that a lot. it also allows for optimizations for vidya. for eveyrything else it's just momentum - people use it because they know it and they know it because everyone uses it. >>2 how is javascript or php a 'C replacement'? their syntax is C-like (kind of) but their purpose is much different: client-side (js) and server-side (php) scripting for web. also, they're shit.