Write The Disadvantages Of Array In C
Answers
Answered by
4
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 →
- We must know in advance that how many elements will be stored in Array.
- Array is static structured which means that array is of fixed size.
- We can not add any value at run time in array.
- we can not change the value of any elements at run time in array.
- The elements of Array are stored in consecutive Memory Location.
→ Hope it will help you ❣️❣️
→ Please mark as Breinliest ❤️❤️
Similar questions