+ 2
C language
can anyone explain me what is the scope of c in nowadays
3 Answers
+ 4
gold and sleep???
+ 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.
+ 1
your question answer