What is the practical application of "C" language in today's world? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the practical application of "C" language in today's world?

what can we do in c language today..... can anyone give me a example

30th Dec 2016, 5:04 PM
Shashank
Shashank - avatar
4 Antworten
+ 4
You can do anything in C that you can in just about any other general purpose language. Having said that you usually see most use of C in device drivers, embedded systems, and low level library bindings since just about every real general purpose language has C bindings for native support.
30th Dec 2016, 5:35 PM
James Durand
James Durand - avatar
+ 4
1.C language is used for creating computer Applications 2.Used in writing Embedded softwares 3.Firmware for various electronics, industrial and communications products which use micro-controllers. 4.It is also used in developing verification software, test code, simulators etc. for various applications and hardware products. 5.For Creating Compiles of different Languages which can take input from other language and convert it into lower level machine dependent language. 6.C is used to implement different Operating System Operations. 7.UNIX kernel is completely developed in C Language source: https://www.quora.com/What-are-the-applications-of-C-programming
30th Dec 2016, 8:30 PM
Caffeinated Gamer YT
Caffeinated Gamer YT - avatar
+ 3
C is in your mobile, in you computer, in your laptop, in your program, in offices. C is famous language you can do anything with it. For example :- You can open computer and check software inside it. They are probably written in c. C (any language) have no limits you can do what ever you want to do. In more interesting words :- { Learning C or any other language is like becoming a wizard. You can do anything. More you learn more doors will unlock. Like a wizard you must practice so that no problem come in your way. } If you still unable to find your answer then visit hackerrank and click on practice tab. YOU CAN DO ANYTHING WITH C OR ANY OTHER LANGUAGE.
30th Dec 2016, 6:20 PM
nayan
nayan - avatar
+ 3
The answer at: https://stackoverflow.com/a/580300 lists C: "- Windows: [kernel] - Mac: [kernel] - Linux: [Most things are in C]" (Fair use: visit the post for the full answer)
30th Dec 2016, 8:10 PM
Kirk Schafer
Kirk Schafer - avatar