License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet349/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   345   346   347   348   349   350   351   352   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

4.2 STRUCTURES AND POINTERS
In general, the 
syntax for declaring a structure pointer
 is:
struct stname *eptr;
where 
struct
 is the keyword, 
stname
 is the name of a structure data type, and 
eptr
 is the name of a
structure pointer to a structure of type 
stname. A structure pointer holds the address of a structure
variable of the same data type.
For example,
      struct Emp
       {
         char name[30];
         int age;
         float salary;
       };
We can declare a 
structure variable and structure pointer
 as follows:
       struct Emp emp;    /* declaring a structure variable */
       struct Emp *eptr;    /* declaring a structure pointer */
       eptr = &emp;
Here, 
eptr is a structure pointer variable that points to emp.
 However, you can also declare
eptr
 with the declaration of the structure variable as follows:
       struct Emp emp1, *eptr;
       eptr = &emp1;
Please note that you can even initialize the structure pointer eptr to the address of emp as
follows:
       struct Emp emp1, *eptr = &emp1;
Also  note  that  C  provides  a  special  arrow  operator  (->)  for  accessing  structure  members

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   345   346   347   348   349   350   351   352   ...   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