InterviewSolution
Saved Bookmarks
| 1. |
Can You Change The Value Of An Array Tag? |
|
Answer» No. An array tag can't be used as a storage, because it is not an LVALUE. It can be thought as a pointer to the datatype of the array which is constant and which can't be CHANGED or ASSIGNED dynamically. No. An array tag can't be used as a storage, because it is not an Lvalue. It can be thought as a pointer to the datatype of the array which is constant and which can't be changed or assigned dynamically. |
|