Hi one question what is Lvalue and what is Rvalue please information thanks | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Hi one question what is Lvalue and what is Rvalue please information thanks

All

5th Apr 2019, 10:50 AM
Qudrat HN
Qudrat HN - avatar
2 Réponses
+ 1
Rvalues are any values put at the right hand side of a variable declaration/initialization. Eg: int x=12; //12 is the Rvalue Lvalues are the opposite. Eg: int x=12; //x is the Lvalue;
5th Apr 2019, 1:12 PM
Mensch
Mensch - avatar
+ 1
Thanks dear
5th Apr 2019, 4:51 PM
Qudrat HN
Qudrat HN - avatar