License, disclaimer of liability, and limited warranty


Note here that in C array indexing starts from 0 and uses integer expressions



Download 2,08 Mb.
Pdf ko'rish
bet190/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   186   187   188   189   190   191   192   193   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Note here that in C array indexing starts from 0 and uses integer expressions.
10. An array having a size equal to 0 is known as an 
empty array.
11.
Once an array is created, its size cannot be changed.
12.
The subscript of the last element in an array is one less than the total number of elements
in the array.
13. In C, array initialization suffers from two drawbacks:
(a) There is no simple way to initialize only the selected elements.
(b) There is no shortcut method to initialize a large number of elements.
14. To alleviate indexing problems, the sizeof( ) expression is commonly used when coding loops
that process arrays—that is,
     int i;
     short a[ ] = {1,2,3,4,5};
     for (i=0; i< (sizeof(a) / sizeof(short)); ++i)
     {
        ………
     }
In  the  preceding  code  snippet,  the  size  of  the  array  was  not  explicitly  specified.  The  compiler
knows to size it as 5 as there are 5 elements in the list ‘a’. 
Adding an additional value to the list will
cause  it  to  be  sized  to  6  and  because  of  the  sizeof  expression  in  the  for  loop,  the  code
automatically adjusts to this change.
For example,
         void main( )
          {
           int a[ ] = {2,4,6,8,10};
           int i;
           for ( i = 0; i < 5; i ++)
                 printf (“The array elements are: “, a[i]);
          }
     }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   186   187   188   189   190   191   192   193   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish