1.

What do you mean by expression “a = 5” ?

Answer»

This statement assigns the integer value 5 to the variable a. 

The part at the left of the assignment operator (=) is known as the 1 value (left value) and the right one as the r value (right value). The l value has to be a variable whereas the l value can be either a constant, a variable, the result of an operation or any combination of these.



Discussion

No Comment Found