IT Placement Papers Programming C
This category contains C Interview Questions and Answers |
How can an array be an lvalue, if you can't assign to it?
|
|
|
|
|
The ANSI C Standard defines a "modifiable lvalue," which an
array is not.
Only registered users can write comments. Please login or register.
|