Having trouble. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Having trouble.

Hello! Iā€™m having trouble learning C coding in its core essence. Are there things I can read to explain what each phrase means? I would love to learn this skill, but Iā€™m afraid Iā€™m not actually learning anything from just the examples.

29th Aug 2020, 1:24 AM
Nate Stidd
Nate Stidd - avatar
2 Answers
+ 1
It looks like you started SoloLearnā€™s C course about ten minutes before posting this. Nothing wrong with that, itā€™s easy to get confused if youā€™ve never seen it before. Start with the syntax (declaring variables, for/while loops, if statements, functions). It was always hard for me to learn a new language without writing the code while I do it. So start with a ā€œhello worldā€ example. Think of different things you might want to print to the console. After you get the syntax down, figure out something you want to make using C, and search the steps individually. Also check out SoloLearnā€™s coding challenges. You can complete them using a language of your choice.
29th Aug 2020, 1:54 AM
NULL
NULL - avatar