Skip to content

Commit a79cd02

Browse files
authored
Add output for example in "Postfix Increment and Decrement Operators"
1 parent 88231e9 commit a79cd02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/cpp/postfix-increment-and-decrement-operators-increment-and-decrement.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ int main()
5151
}
5252
```
5353

54+
```Output
55+
10
56+
11
57+
```
58+
5459
Postincrement and postdecrement operations on enumerated types are not supported:
5560

5661
```cpp

0 commit comments

Comments
 (0)