+ 1
How to become good in c language.
2 Réponses
+ 1
Practice Practice n learn more nothing except this
+ 3
Creator Sharma Vlog
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/Course/C/?ref=app