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.

Is i=i++ the same as i++?

2 pointsby julien421about 8 years ago

1 comment

ivybabout 8 years ago
You can&#x27;t answer this sort of question by testing it in a C compiler.<p>It might help but you&#x27;ll often be compiling &quot;undefined behavior&quot; and getting results that you can&#x27;t rely on.<p>What would help settle this definitively is researching &quot;sequence points&quot; in the C standard.