Computer Science, asked by sivaguru7, 4 months ago

Assume
n=10; what will be result of
n++ and --n;

Answers

Answered by shauryakumarsharma10
3

Answer:

n++ will be 11

and

n-- will be 9

maybe...

Similar questions