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.
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.