- 2
About C language
I want to ask what importance does 'C' language have in computer languages?
1 Answer
+ 5
is highly portable language i.e. code written in one machine can be moved to other which is very important and powerful feature. C supports low level features like bit level programming and direct access to memory using pointer which is very useful for managing resource efficiently.
C is a procedural language that supports structured programming; it has a static system and a compiler written in C itself. C is regarded as a tool to build larger tools.
You can Google importance of C language