size of 1 dimentional array in c++
Answers
Answered by
0
Answer:
A one-dimensional array is a group of elements having the same datatype and same name. Individual elements are referred to using common name and unique index of the elements. where size specifies the number of elements in the array and the subscript (also called index) value ranges from 0 through size-1.
please mark it as brainlist
Answered by
1
Answer:
A one-dimensional array is a group of elements having the same datatype and same name. Individual elements are referred to using common name and unique index of the elements. where size specifies the number of elements in the array and the subscript (also called index) value ranges from 0 through size-1.
Similar questions