++x , x++ are operators of
Answers
Answered by
0
Answer:
both are increment but
++x means add first then put value and
x++ means first put value then add
Similar questions