| |
Answer/Explaination
:
Compiler error: lvalue required.
(Exp):
Error is in line with statement a++. The operand must be an lvalue and
may be of any of scalar type for the any operator, array name only
when
subscripted is an lvalue. Simply array name is a non-modifiable lvalue.
|
|