Posts by Sushi • 13 points
1 post
-
1
votes1
answer4962
viewsQ: Lvalue required as left operand of assignment
I get this mistake lvalue required as left operand of assignment in the code if (a*a = b*b + c*c) { printf ("TRIANGULO RETANGULO\n");}…