m=1010 and n=1010
m++ / ++n * n-- / --m.
find out for these increment and decreement operators.
Answers
Answered by
0
increment operators are -- (++n,m++)
Decrement operators are --(n--,--m)
Similar questions