Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 214 Bytes

4.17.md

File metadata and controls

3 lines (2 loc) · 214 Bytes

The prefix increment operator increases the operand and return the operand itself as an lvalue.

The postfix increment operator increases the operand and return a copy of the operand's original value as an rvalue.