+ 4
Operators
I have doubt with increment and decrement operators..explain me
11 Answers
+ 7
then each the value of a is added by1. isn't
+ 2
when you use increment value of a variable is increased and when you use decrement value decreased.....
for ex if
var a=5;
and you increment it
a++;
value of a become 6
+ 2
a++; means that the value of a is increment by 1
+ 1
yes.....
+ 1
thank you bro
+ 1
This helped
+ 1
Hello
0
that is a=a+1
0
u r wlcm
- 1
ŠŃŠ¾