interactive-tutorials
interactive-tutorials copied to clipboard
Too straightforward C tutorial
Hi,
I think, that your C tutorial could be much better if there were more explanations.
For example:
In the code that was given as an example for teory was function scanf()
without any
explanaition.
The same situation with assert()
and malloc()
.
Also there were some problems with things like: %s
, %c
, %d
etc.
They were given without any explanaition.
I hope that my wishes will be seen.
Thank you in advance
Hey @alyasevich Sorry for the late response. What are the things that can be improved? Can you give specific links so that I can improve the articles?
Also there were some problems with things like: %s, %c, %d etc. They were given without any explanaition.
Would the addition of a table with the format specifiers and their meaning, with possibly an example be helpful to solve this confusion in the tutorials?