Just think about it logically. If you know the difference between those two, then you'll know that they evaluate to different values, so that the expression (count-- > 0) will be true under different values of count from those for which (--count > 0) is true.
EDIT: Most people think they understand what the difference between pre-increment and post-increment is, but don't really. If the problem isn't making sense to you, I'd recommend looking up what the difference really is, in case you've misunderstood it.