Introduction To Arrays: C Programming Language

preview_player
Показать описание

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

C Programming: Beginner To Advance To Expert
Рекомендации по теме
Комментарии
Автор

Thanku sir for uploading the video on this chapter😊

kashishkumari
Автор

A lot of thanks to upload aaray tutorial
Please also upload pointer function or..which in c lang

imrajeevnayan