Computer Science, asked by Mohammed6947, 9 months ago

Write The Disadvantages Of Array In C

Answers

Answered by Anonymous
4

\boxed{\boxed{\boxed{\mathbb{\huge{Answer→}}}}}

Array

  • An array is the collection of same data type in C programming language. Array is always used with the for loop.

There are two types of Array

  • Single Dimensional Array .
  • Multidimensional Array.

Disadvantages of Array

  1. We must know in advance that how many elements will be stored in Array.
  2. Array is static structured which means that array is of fixed size.
  3. We can not add any value at run time in array.
  4. we can not change the value of any elements at run time in array.
  5. The elements of Array are stored in consecutive Memory Location.

→ Hope it will help you ❣️❣️

→ Please mark as Breinliest ❤️❤️

Similar questions