Computer Science, asked by aman7640, 1 year ago

int n =5 ; n++ ; cout n

Answers

Answered by Madhu123mri
0
Output: 5

Because the unary operator has a postfix increment.

Hope it helps
Similar questions