interactive-tutorials icon indicating copy to clipboard operation
interactive-tutorials copied to clipboard

Too straightforward C tutorial

Open alyasevich opened this issue 4 years ago • 2 comments

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

alyasevich avatar Jun 20 '20 09:06 alyasevich

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?

dogukanteber avatar Dec 19 '20 16:12 dogukanteber

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?

rishitc avatar Feb 23 '21 16:02 rishitc