+ 1
What is C used for?
6 Réponses
+ 4
C is primarily used to work with stuff that requires to access deeper level of system hardware, because of being a lower level language, it can easily be achieved with the help of C.
Thus C is used in programming softwares that are Direct linked to hardware, one of the biggest example of it is Operating system.
+ 3
Join the C language course, it is explained in the very beginning
https://www.sololearn.com/learn/C/2910/
+ 3
I have used C language to:
-Robot Line-Follower, with ATMega8 microcontroller, the IDE that I use is CV AVR.
-Artificial Intelligence, Parallel Genetic Algorithm to solve complex function equations that run on four PCs core i3, OS Linux Mint.
0
Check out C lesson on Sololearn.