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