0

What is this mean when it shows in the errors?

1) Expression must be a modifiable lvalue 2) '=' left operand must be l-value

5th Aug 2018, 6:08 PM
Rahaf Abuqwaider
Rahaf Abuqwaider - avatar
1 Resposta
+ 1
there are two different types l and r... lvalue means left side of operation... this should be variable and not constant...rvalue should be constant int a; 2= a; // lvalue err it's error as we are trying to assign something to constant value 2
5th Aug 2018, 6:20 PM
Ketan Lalcheta
Ketan Lalcheta - avatar
Quente hoje
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes