Computer Science, asked by swathikutty006, 6 months ago

Array can be considered as set of elements stored in consecutive memory locations but having __________

a.None of these
b.Same Data Type
c.Same Scope
d.Different Data Type

Answers

Answered by Anonymous
4

Explanation:

Array store elements of same data type.

Answered by pragyakirti12345
0

Answer: (b) same data type

Explanation:

Array can be considered as set of elements stored in consecutive memory locations but having same data type.

An array is a collection of elements stored at contiguous memory locations. The idea is to store multiple items of the same type together in consecutive locations.

#SPJ3

Similar questions