DEV Community

SrishJais
SrishJais

Posted on

Coding suggestions for beginners

When a beginner enters in programming from a non programming background ,he has to face a lot of difficulties from where to start ,what to do ,from where to practice coding.... ⁉️⁉️ and many more ...Now I am going to help the beginners through this blog--
1)Choose C language and take time to learn it completely.
2)Choose one subtopic of c language ,learn it through youtube channels name "easytuts4you" and mysirg(for better visualisation)
3)Then practice and solve the questions related to that particular topic by implementing your own logic in a piece of paper or in any notebook,as much as you can, from some useful websites ---
1)www.codeforwin.org
2)www.mysirg.com
3)www.include.com
4)www.tutorialsbookmarks.com
In this way,select each subtopic of c ,one by one,then practice questions of that subtopic one by one from the above mentioned website .
4)After writing the code,run it on any IDE .After getting correct output then compare your solution with the solution of the above mentioned website for that particular question.
5)If you will stuck in any place of coding after trying a particular question then ask from your peers .

Don't give up if not able to solve the questions,keep doing ,keep practicing because expertise comes from practice ----Srishti Jaiswal

Top comments (0)