Criticism of the C programming language: Difference between revisions

Content deleted Content added
Redquark (talk | contribs)
Internal consistency: add more details
Redquark (talk | contribs)
Line 126:
int sixteen = 0x3e - 0x2e;
 
even though whitespace is normallywould not otherwise be required.
 
In practice, this general problem arises most commonly in the context of [[C++]] [[Template (programming)|templates]], where multiple closing angle brackets are incorrectly tokenized as the [[bit shift|right-shift operator]].