Skip to main content
To Get All Information of Sarkari Jobs | Results | Admit Card | And courses ,Internships then CLICK HERE

Assignment Operator:-



Assignment Operator is used to assign the value of right operand to left operand,it is denoted by "=". When an assignment operator encounter in an expression the compiler process expression on right hand side of the assignment operator and then assign the result to the variable on left hand side.It is Binary in nature.  
Possibilities for an assignment operator are as follow:-
 Examples-:  
          (a-)  variable=constant
                            x=a;
          (b-)  variable=variable
                             x=y;
          (c-)   variable=expression
                             x= y+z; 
Watch The Video Below


Comments

Post a Comment

Please do not enter any spam link in the comment box.


Download The Book "Let Us C" By Yashavant P.Kanetkar,Click The Below Button

-->Email Subscription

Enter Your Email Address:-

Delivered by FeedBurner

Copyright © 2020 TechProgramiz|All Right Reserved|Made By-: Sudarshan Pandey