47.5k views
1 vote
This operator increments the value of its operand, then uses the value in context. a. prefix increment b. postfix increment c. prefix decrement d. postfix decrement

User Fajarkoe
by
6.2k points

1 Answer

3 votes

Answer:

This operator increments the value of its operand, then uses the value in context:

a. prefix increment

Step-by-step explanation:

  • The option a is correct as the prefix increment is such a type of increment in which we firstly increment of the operand is done and then we evaluate it.
  • The option b is not correct as the increment is done after the evaluation in post-fix increment.
  • The option c and d are incorrect as these talking about the decrements which is not the case in her situation.
User Foroogh Varmazyar
by
6.5k points