C language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C language

can anyone explain me what is the scope of c in nowadays

1st Feb 2017, 2:51 PM
Avnish Tomar (CCS University)
Avnish Tomar (CCS University) - avatar
3 Answers
+ 4
gold and sleep???
24th Feb 2017, 5:37 PM
sonali
sonali - avatar
+ 2
C and other lower level languages are quite prevalent in embedded systems as well as regular programs on home and enterprise systems. They are also still used to write drivers for hardware. The reasoning behind the choice to use a compiled language is often due to distribution. You can compile your code for various architectures and platforms and then just pass it out. If you write a program in python you have to ensure that you distribute it with the right version of python or that python is already on the target system. Same with Java. You can still package a python program but then you still have to worry about dependencies.
1st Feb 2017, 11:45 PM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
+ 1
your question answer
24th Feb 2017, 5:39 PM
Avnish Tomar (CCS University)
Avnish Tomar (CCS University) - avatar