Hacker News new | ask | show | jobs
by zeteo 5404 days ago
It can probably be accounted for by comments (e.g. people sometimes comment out half a block). Although the comments should be left out, so as not to mix the C and the English.
1 comments

Also string and character literals. It's common to write something like

    if (c == '{')
and not need to test for the matching one.