difference between variable and array
Answers
Answered by
0
Answer:
Array holds multiple values, whereas an ordinary variable hold a single value. it is true when the elements of the array are treated as individual entities, and when the variable is a simple scalar variable such as an int. Array holds multiple values, whereas an ordinary variable hold a single value.
Answered by
0
Explanation:
Array holds multiple values, whereas an ordinary variable hold a single value. it is true when the elements of the array are treated as individual entities, and when the variable is a simple scalar variable such as an int. It is not generally right to distinguish between a variable and an array.
Similar questions