Explain the term array and Scope of Variable?
Defining the space in that a variable is effective is known as describing the scope of a variable. A variable can be either local or global in scope.
Array : Basically Array is an indexed list of elements.