Computer Science, asked by zofia1, 1 year ago

Advantages of arrays

Answers

Answered by nikhilrana0011
2
. It is used to represent multiple data items of same type by using only single name.
2. It can be used to implement other data structures like linked lists, stacks, queues, trees, graphs etc.
3. 2D arrays are used to represent matrices.
Answered by vineetyadav100p4k5dv
1
if u want to declare many variables , u will surely dont like to declare them one by one , in order to reduce our coding we use array , array helps use in declaring as many variable we want under a same variable
 
Similar questions