Computer Science, asked by binaroy7602, 1 month ago

what is prefix increment???​

Answers

Answered by pranjal24966
0

Answer:

The prefix increment operator (++) adds one to its operand; this incremented value is the result of the expression. The operand must be an l-value not of type const . The result is an l-value of the same type as the operand.

Answered by prasantamishra239
0

Answer:

The prefix increment operator (++) adds one to its operand; this incremented value is the result of the expression. The operand must be an l-value not of type const . The result is an l-value of the same type as the operand.

Similar questions