Assignment statement: Difference between revisions

Content deleted Content added
La3toot (talk | contribs)
No edit summary
La3toot (talk | contribs)
No edit summary
Line 3:
[[C++]] Example:
 
int x , y ;
x y = y5 ; //xy is assigned a value of a variableconstant , y5
 
y x = 5y ; //yx is assigned a value of a constantvariable , 5y
 
x = y ; //x is assigned a value of a variable , y