You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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 anyexplanaition.
The same situation with
assert()
andmalloc()
.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
The text was updated successfully, but these errors were encountered: