Define the term Array. Differentiate between length and length().
Answers
Answered by
0
Explanation:
An array is an object that holds a fixed number of values of the same type. The length variable in an array returns the length of an array i.e. a number of elements stored in an array
ur ans
hope it's helpful to you and follow me
Answered by
1
Answer:
here is your answer mate !!
Explanation:
Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value. To declare an array, define the variable type with square brackets: string[] cars; We have now declared a variable that holds an array of strings.
Similar questions