Assignment Operator

AdSense Placeholder (Header)

                                     

Assignment Operator used to assign the value to the variable. Only one operator is used i.e ' = '.




S.NO. Operators                                             Description
1

Equal to ( =)

Its helps to assign the value to  the variable
that is always used.
 (Int a;
a is a variable name.
a=10;//this statement used for that
Syntax:-