this post was submitted on 24 Aug 2021
3 points (100.0% liked)
C & C++
59 readers
6 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i++
gives the current value ofi
and then increments it, while++i
increments it and returns the new value