what is the difference between a++ and ++a and a-- and --a please tell and define it with a example in Java programming
Answers
Answered by
0
Answer:
a++ is incremented after the execution as well as a-- is decremented after the execution
--a and ++a is decremented and incremented before the next execution
Explanation:
Similar questions
Social Sciences,
5 months ago
Science,
5 months ago
English,
10 months ago
Math,
10 months ago
History,
1 year ago