+ 2
how learn c language
i am indian , beginner.
3 Respuestas
+ 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
+ 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.
+ 1
Take this course
https://www.sololearn.com/learn/courses/c-introduction