counter counter - 1 is equivalent to-02817
counter = counter - 1; is equivalent to
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.06 - Quiz No.2.
counter = counter - 1; is equivalent to
counter--
counter++
counter+1
counter--1