int n =5 ; n++ ; cout n
Answers
Answered by
0
Output: 5
Because the unary operator has a postfix increment.
Hope it helps
Because the unary operator has a postfix increment.
Hope it helps
Similar questions