Computer Science, asked by yampalajhansireddy, 2 months ago

m=1010 and n=1010
m++ / ++n * n-- / --m.
find out for these increment and decreement operators. ​

Answers

Answered by avishkar762
0

increment operators are -- (++n,m++)

Decrement operators are --(n--,--m)

Similar questions
Math, 2 months ago