Saved Bookmarks
| 1. |
How does an array differ from an ordinary variable with an example? |
|
Answer» Array is different from ordinary VARIABLE because Array holds multiple VALUES,whereas an ordinary variablehold a single value.It is true when the elements of the array are treated as INDIVIDUAL entities,and when thevariables such as an int.It is not generally RIGHT to distinguish between a variable and an array. |
|