Please tell me answer for this code? [closed]

In C the pre-increment (decrement) and the post-increment (decrement) operators requires an L-value expression as operand. Providing an R-value or a const qualified variable results in compilation error.

An lvalue is a value that can be assigned to.

Leave a Comment