+ 5
What is the uses of c in present days?
don't tell because of it is a basic language.
5 Réponses
+ 4
to programming microcontrollers
+ 3
there are many thing which is done by c. Yes it is a low level language. But this is first programing language that every programer student learn in school. It is used to make file compression system. This is the most used language for data structure. Mysql use it. Don't underestimate power of c. it is faster than c++,java and other oop languages.
+ 1
To create new programming languages,operating systems
+ 1
I've been using c++ in the development of Flight simulators. I think one of the main uses is to develop software that needs to run fast.
0
from Wikipedia:
By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from supercomputers to embedded systems
Most things can be written in any language. Therefore, in applications requiring high efficiency, C will be a good candidate.