|
The proper way to learn C is to get a good book, read it, and do exercises along the way. Here’s an excellent book: C Programming: A Modern Approach, by King. Avoid online tutorials, and know that there are many poor books on C, including the recommended here “Learn C the Hard Way”. It has factual problems; see under “Stuff that should be avoided” here: http://iso-9899.info/wiki/Main_Page Note also, that unlike some other languages, C is not a language that you should learn by “trying things out”, due to the nature of “undefined behavior”. Another recommendation would be to ask for CR on IRC. Good luck! |
If at some point you want to really become a master, then switch to the actual standard.