In what way does an array is differ from ordinary variable
Answers
Answered by
0
Answer:
Array is the set of an multiple values where as variable can store single value at a time. The difference between the definition of array and ordinary variable is the, array is always declared, initialized, and accessed using subscript whereas ordinary variable do not have any subscript.
Hope it helps you
Similar questions