Assignment Operators Given Below
Operator
Example
Is the Same As
=
x+=y
x=x+y
-=
x-=y
x=x-y
*=
x*=y
x=x*y
=
x/=y
x=x/y
%=
x%=y
x=x%y
April 20, 2009
0 Assignment Operators
Posted by raj on 7:21 AM
0 comments:
Post a Comment