Mohd Faiz Hasim

Mohd Faiz Hasim

Software, Programming and Thoughts

  • Articles
  • About me
  • github
  • linkedin
© All rights reserved.

c/c++

January 2013Programming

For-loop, to ++i or i++ or not?

I just recalled an interesting theory mentioned by my C lecturer back in uni days, use ++i instead of i++ in a for-loop.

Read
← PREV
→ NEXT