Computer Science, asked by aftababkhan8041, 1 month ago

In what way does an array is differ from ordinary variable

Answers

Answered by madhusiktakpatel
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