License, disclaimer of liability, and limited warranty


than  that  of  the  dereferencing  operator  (*)



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

than  that  of  the  dereferencing  operator  (*).
  If  you  omit  the  parentheses,  these  expressions  are
interpreted as follows:
       *(eptr.name);
       *(eptr.age);
       *(eptr.salary);
Since 
eptr is a structure pointer
, the C compiler will certainly flag an error message.
Before  we  continue  the  discussion,  let  us  write  a  program  to  show  the  use  of  structure
pointers  and  then  show  our  understanding  of  the  difference  between  structures  and
enumerators.
Example
 1: Create a structure Employee and store his or her name, age, and salary. Read and
display the employee’s details.
Solution 1:
 The program is as follows:
#include
main( )
  {
   struct Employee
    {
      char name[30];
      int age;
      float salary;
    };
   struct Employee emp1, emp2;  /* structure variables */
   struct Employee *eptr1, *eptr2; /* structure pointers */
   eptr1 = &emp1;
   eptr2 = &emp2;
/* Use dot (.) operator with structure vars. But pointer with structure point
ers */
   printf(“\n\tEnter name, age and salary of first employee:\n”);
   scanf(“%s %d %f”, emp1.name, &emp1.age, &emp1.salary);
   printf(“\n\tEnter name, age and salary of second employee:\n”);
   scanf(“%s %d %f”, eptr2->name, &eptr2->age, &eptr2->salary);
   printf(“\n First Employee:”);
   printf(“\nName: %s”, eptr1->name);
   printf(“\nAge: %d”, eptr1->age);
   printf(“\nSalary: %f”, eptr1->salary);
   printf(“\n Second Employee:”);
   printf(“\nName: %s”, emp2.name);
   printf(“\nAge: %d”, emp2.age);
   printf(“\nSalary: %f”, emp2.salary);
  }



Download 2,08 Mb.

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