+ 3

What now?

I recently finished the tutorial for C, but now what? I don't know what to do to further my skills in C. Some guidance would really help, thanks in advance.

14th May 2019, 11:04 PM
Jake
Jake - avatar
9 Respostas
+ 7
you can follow what John Paul prescribed and also solve coding problems along side
14th May 2019, 11:31 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 6
Use code playground to write code. If you like do some C challenges. Then learn from other sources online or offline and practice writing more complex code.
14th May 2019, 11:57 PM
Sonic
Sonic - avatar
+ 5
Eris Basically, C is a low level language and C++ is a high level language. C++ uses C implementation. In other words, C is a parent language of C++. In today's world, C++ is practically the strongest language out of all.
15th May 2019, 10:44 PM
Kainatic [Mostly Inactive Now]
Kainatic [Mostly Inactive Now] - avatar
+ 4
get more pdf files online that teach more on c you can find them in pdfdrive.com. you can also join more coding communities like github
14th May 2019, 11:06 PM
John Paul
John Paul - avatar
+ 3
A calculator is one of the things I put on my ideas list, thanks for all the help
14th May 2019, 11:57 PM
Jake
Jake - avatar
+ 3
If you want to learn more, start with C++. You'll not feel the difference. Else, if you want to practice your skills, start with a small project like a menu or calculator. P.S. I unintentionally wrote an if-elseif statement as the answer, lol. Don't worry Eris , it's a good answer nonetheless. Plus, it's in programmers' language.
15th May 2019, 10:22 PM
Kainatic [Mostly Inactive Now]
Kainatic [Mostly Inactive Now] - avatar
+ 3
What is the difference between C and C++?
15th May 2019, 10:40 PM
Jake
Jake - avatar