Saturday, 14 September 2013

Memory waste by postincrement/decrement

Memory waste by postincrement/decrement

Why is it so that memory is wasted when we use a post-increment/ decrement
operator as when the operator returns a temp it is de-allocated and memory
is freed up?

No comments:

Post a Comment