Multiple choice The ___________ is an example of pre decrement operation. ++i i++ --i i-- Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is an example of pre decrement operation.