+ 3
About C Language
Hello friends, I have two questions, the first is how should I learn C language? Is this sololearn course enough? Or should I study another source? Secondly, what can be done with C language? And what are its uses?
8 Answers
+ 8
Morteza R.g Hello,
C is highly portable and is used for scripting system applications which form a major part of Windows, UNIX, and Linux operating system. C is a general-purpose programming language and can efficiently work on enterpriseapplications, games, graphics, andapplications requiring calculations, etc
It is a simpler language with fewer options and, consequently, it serves as a solid introduction to programming.
By learning C first, programmers can become acclimated to the procedural side of the language and then learn object-oriented programming through C++.
Benefits of c language ,
https://www.geeksforgeeks.org/benefits-c-language-programming-languages/
 C, is the most popular language worldwide. Everything from microcontrollers to operating systems is written in CÂ
For more info visit this link,
https://www.quora.com/What-can-I-do-with-the-C-programming-language
you can also download this c Advanced books for learning deeply c language
https://www.pdfdrive.com/advanced-c-books.html
+ 5
Answer of 1st question, Yes, you can learn c language from here. The course I think is quite good for beginners but it will give you the basic concept of c programming.
Answer of second question, have a look at it:
https://www.geeksforgeeks.org/benefits-c-language-programming-languages/
+ 3
Embedded programming is one application.
+ 3
Practice what you learn.
+ 1
There is a youtube video tutorial for C by Bucky roberts
Check that out
It was really helpful for me
And try solving problems in C
0
In this sololearn app, you can learn C or other languages. I think this app is not enough to learn a language good. You should learn from YouTube, Google or read some books.
Secondly, you should learn language by knowing which purpose you want to learn programming.
0