What is C used for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is C used for?

23rd Jul 2020, 10:37 AM
Kholiqov Abdulloh
Kholiqov Abdulloh - avatar
6 Answers
+ 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.
23rd Jul 2020, 10:49 AM
Arsenic
Arsenic - avatar
+ 3
Join the C language course, it is explained in the very beginning https://www.sololearn.com/learn/C/2910/
23rd Jul 2020, 10:43 AM
Ipang
+ 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.
25th Jul 2020, 6:16 AM
Ahmad Riza Abdullah
Ahmad Riza Abdullah - avatar
0
Check out C lesson on Sololearn.
23rd Jul 2020, 12:42 PM
shubham kumar
shubham kumar - avatar