TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Development of the C Language (Dennis Ritchie)

8 pointsby qwphover 16 years ago

1 comment

wayneover 16 years ago
Was interesting reading the reasoning behind the funky &#38; vs. == precedence rules. I.e. the requirement of parentheses when writing:<p><pre><code> if ((a&#38;mask) == b)</code></pre>