Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
int x , y ;
y = 5 ; //y is assigned a value of a constant , 5
x = y ; //x is assigned a value of a variable , y
|
No edit summary |
No edit summary |
||
Line 4:
int x , y ;
y = 5 ; //y is assigned a value of a constant , 5
x = y ; //x is assigned a value of a variable , y
|