|
|
|
|
|
by notquiteright
1012 days ago
|
|
I knew these were all ”I don’t know” edit: but yes, deceptive phrasing by the quiz author. If you don’t know that, then yeah, you’re probably not a great C programmer. Adjust your mental model: C is meant to be useful on a very wide variety of platforms, including ones that don’t follow the conventions (ASCII character table, size of byte, alignment requirements, etc.) of the most common platforms. Even including knowledge of what is IB and UB, C is still simpler than most languages in common use these days. |
|