|
|
|
|
|
by JustSomeNobody
2298 days ago
|
|
> 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”. I disagree. You have to learn the ways in which things fail in any language you learn, especially a language like C. |
|
If you want to know how things can fail (or, what things can fail in unspecified ways), you have to do a bit of reading and no amount of trying and experimenting will conjure that knowledge.