https://technotip.com/8743/introducti...
Definition of Array
An array is a collection of data items, of same data type, accessed using a common name.
Important Notes About Arrays In C
1. All the elements inside an array MUST be of same data type.
2. If you try to enter more elements than the size allocated to the array, it’ll start throwing error.
3. If you input less number of elements than the size of array, then remaining memory blocks will be filled with zeros.
4. Array variable name(without index) holds the base address or the address of first element of the array.
5. Previous address plus the size of the data type of the array gives the address of next element in the array.
C Programming Interview / Viva Q&A List
https://technotip.com/6378/c-programm...
C Programming: Beginner To Advance To Expert
https://technotip.com/6086/c-programm...
Watch video Introduction To Arrays: C Programming Language online without registration, duration hours minute second in high quality. This video was added by user Technotip 28 July 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,123 once and liked it 28 people.