Find out the error(s) in the following code fragment:
x = 24 4 = x
The statement
4 = x
is incorrect as 4 cannot be a Lvalue. It is a Rvalue.