License, disclaimer of liability, and limited warranty


But please note that the following initializations are invalid



Download 2,08 Mb.
Pdf ko'rish
bet332/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   328   329   330   331   332   333   334   335   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

But please note that the following initializations are invalid:
struct Emp
 {
     char fname[10] = “Rajiv”; /* invalid */
     int lname[10] = “Chopra”; /* invalid */
     int age= 40; /* is invalid */
     ……
  };
This means that individual members cannot be initialized inside the structure declaration.
 If you
do this, you will get a compilation error.
Array of Structures
When we want to store a large number of similar records—say, of 100 employees—then an array of
structures is defined as follows:
    struct Emp
     {
       char fname[40], lname[40];
       int age;
       float salary;
       char address[30], dept[30];
     };
struct Emp emp1[100]; /* declaring array of structures */
This means that emp1 is an array having 100 elements of type struct Employee. 
It is  after  this
statement  only  that  the  C  compiler  reserves  memory  space  for  100  structures;  the  same  rule
applies for array of structures as for array of primary data types like ints, floats, or chars.


Figure 4.2:
 Array of Structure Being Stored

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   328   329   330   331   332   333   334   335   ...   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