1 . Static Data
- Array is Static data Structure
- Memory Allocated during Compile time.
- Once Memory is allocated at Compile Time it Cannot be Changed during Run-time
- Elements belonging to different data types cannot be stored in array
- Example : character and integer cannot be stored in single array
- Inserting element is very difficult because before while inserting we have to create space by shifting other elements .
- Deletion is not easy because the elements are stored in contiguous memory location.
- C does not perform Bound Checking
- If the array range exceeds then garbage value may get overwritten.
- Array is Static .
- Shortage of Memory , if we don't know the size of memory in advance
- Wastage of Memory , if array of large size is defined
0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email