Computer Science, asked by Bunisia8522, 10 months ago

Which of the following are false with respect to the manipulation of arrays

Answers

Answered by prananya12345
0

Answer:

U did not mention any statements.

Hope it helps you please mark as brainliest and follow me

Answered by mad210219
0

manipulation of arrays

Explanation:

1.We have to know the expected size of the array before otherwise space is wasted

2.Used to store only values of single data type

i.e mixed datatypes are not allowed

3. The elements of array are stored in consecutive memory locations. So insertions and deletions are very difficult and time consuming.

4.Array is of fixed size so we can not increase or decrease the size after declaration

5.Difficult when needed to remove or add one element in any position  

We have to change the positions of every element if we add or delete element in an array

Similar questions