+ 1

What is the uses of C programming?

what is the uses of C programming, like HTML is used to web development and where is C programming used?

29th Nov 2018, 8:15 PM
Gaurav Singh
Gaurav Singh - avatar
2 Respuestas
0
hacking, cracking, cyber security, passcode and lot more......
29th Nov 2018, 9:07 PM
✳AsterisK✳
✳AsterisK✳ - avatar
0
C has a rather long history and allows low-level access to memory, provides programming functionality close to machine instructions (at least compiler can map c language efficiently to machine instructions) and it was designed for cross-plattform programming. This means standard compliant c code is portable. It became one of the most used programming languages ever. It is widely used for system programming, this means operating systems. As the code has to be compiled it is used whenever speed is key. Saying this a lot of other programming languages (php, python, to name just 2), compilers, but also interpreters and many libaries are written in c.
30th Nov 2018, 12:06 PM
mimtelf
mimtelf - avatar