Computer Science, asked by yadavvikas37143, 10 months ago

How Array is different from normal variable? Explain With Example.

Answers

Answered by deepanjali0817
7

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. It is not generally right to distinguish between a variable and an array.

Similar questions