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

how learn c language

i am indian , beginner.

14th Jun 2023, 9:56 AM
Adarsh Shukla
Adarsh Shukla - avatar
3 Answers
+ 3
Adarsh Shukla For each point below first get basic understanding of the topic, then move in deeper and try to see if you can answer these points. #Start with the very basic topics like operators, data types, loops, if-else and learn each and every nitty-gritty detail about them. For example: #XOR operator usages, it helps to find in an array which number is occurring twice. #Left shift and Right shift operator, they are used for multiplication and division with the power of two. #In which cases can you use for-loop and in which cases you can use while-loop. # Learning about Bit manipulations will really help a lot. Understand the library functions: C has several library functions and an extensive Help manual detailing the header files and function usage. Although you do not need to learn all except for a few basic ones, it is better to know what each header/function does. you can start from here.. https://www.sololearn.com/learn/courses/c-intermediate
14th Jun 2023, 10:22 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 2
There are many resources available to learn the C language on Sololearn. While learning C, it's important to understand the basic such as variables, data types, operators etc. And Some popular online resources include Programiz and W3School . These websites are provide step-by-step tutorials, example and references to help you learn C Programming.
17th Jun 2023, 7:00 AM
Vaibhav
Vaibhav - avatar
14th Jun 2023, 3:44 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar