Contrast the usage of ++a and a++
i'll give a brainly thing
Answers
Answered by
3
If you use the ++ operator as prefix like: ++var. The value of var is incremented by 1 then, it returns the value.
If you use the ++ operator as postfix like: var++. The original value of var is returned first then, var is incremented by 1.
Answered by
0
Explanation:
plese mark me as brainlist
Attachments:
Similar questions