Computer Science, asked by subramanianbala9134, 3 months ago

difference between variable and array​

Answers

Answered by prabhat311
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 sarita2019gautam
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