Meaning of lvalue and rvalue in python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Meaning of lvalue and rvalue in python

11th Apr 2018, 12:07 PM
Ishan
2 Réponses
+ 3
an lvalue is an expression to which the unary & operator can be applied, whereas an rvalue is an expression to which the unary & operator can not be applied. (This is not entirely true in C++ if you overload said operator, but that's probably very bad practice.) [by fred overflow]
11th Apr 2018, 12:25 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
0
please check this link: https://msdn.microsoft.com/en-us/library/f90831hc.aspx it's for c++, but I think it will clarify
11th Apr 2018, 1:25 PM
gurpreet kapoor
gurpreet kapoor - avatar