C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 35 Topic 4 Discussion

C++ Institute CPA - C++ Certified Associate Programmer CPA-21-02 Question # 35 Topic 4 Discussion

CPA-21-02 Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

Which of the following expressions decrement variable i by 2? (Choose two.)


A.

i &= 0x03;


B.

i –= 2;


C.

––i; i––;


D.

––i––;


Get Premium CPA-21-02 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.