Computer Science, asked by adi821, 11 months ago

write the statments equivalment to A++ and A--​

Answers

Answered by Anonymous
1

Answer:

post increment operator and pre decrement operator

Explanation:

if we intialise

the value

a=5

a++=6

and

a- -=5

Similar questions