+ 2
I want to make my C strong. Any suggestions?
11 Réponses
+ 3
I wanted the same (and always want but it is way harder for me now) so I can tell you what I think is the quickest and the most efficient method I know
First, learn the syntaxe and as many tricks as possible so that you can really play around with it
Secondly, try to do some small codes, with little application but using things you do not mastered yet. I did some classical data structures like lists, vector, ...
Thirdly, when you feel confident with the syntaxe of the language and its tricks, try to do bigger projects that challenge yourself as hard as you can. I did a unary test framework, and a UI one (based on SANDAL2)
+ 4
learn,
practice,
coding.
this is the key to learn any programming language.
+ 3
Any best source to learn fast nd easy?
+ 3
Pawan Kumar Rai
here you go, this is the pdf which I used
+ 3
Thanks bro 👌☺️
+ 3
Thank you so much for your guidance. 👌☺️
+ 2
Pawan Kumar Rai anytime
+ 1
go with YouTube and challenging sites,
try to build a project which includes almost all the functions and makes use of it
+ 1
Thank you ☺️
+ 1
feed it spinach. ;) just kidding
1. learn, read, study
2. practice
3. repeat
:D