License, disclaimer of liability, and limited warranty


Before we discuss structures further, let us write some programs now



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

Before we discuss structures further, let us write some programs now.
Example
 1: Write a simple program that reads the employee’s name, his age, and his salary
from the keyboard and displays the information.
Solution 1:
 The following is the program:
   #include
   main( )
     {
       struct Employee
        {
          char name[20];
          int age;
          float salary;
        };
       struct Employee emp1, emp2;
       printf(“\n Enter name, age and salary of the 1
st
 employee:”);
       scanf(“%s %d %f”, &emp1.name, &emp1.age, &emp1.salary);
       printf(“\n Enter name, age and salary of the 2
nd
 employee:”);
       scanf(“%s %d %f”, &emp2.name, &emp2.age, &emp2.salary);
       printf(“\n First Employee details…”);
       printf(“\n Name: %s”, emp1.name);
       printf(“\n Age: %d”, emp1.age);
       printf(“\n Salary: %f”, emp1.salary);
       printf(“\n Second Employee details…”);
       printf(“\n Name: %s”, emp2.name);
       printf(“\n Age: %d”, emp2.age);
       printf(“\n Salary: %f”, emp2.salary);
     }

Download 2,08 Mb.

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