what is prefix increment???
Answers
Answered by
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
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
Computer Science,
30 days ago
Math,
30 days ago
Social Sciences,
30 days ago
Science,
2 months ago
Math,
2 months ago
English,
8 months ago