License, disclaimer of liability, and limited warranty


We are in a position to write some programs using switch statements now



Download 2,08 Mb.
Pdf ko'rish
bet116/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   112   113   114   115   116   117   118   119   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

We are in a position to write some programs using switch statements now.
Example
 1: Write a C program to check whether a supposed vowel read from the keyboard


is  a  vowel.  Use  switch  statements  only.  Now  rewrite  this  program  with  mixed  integer  and
character constants. Will the program compile?
Solution 1:
 We write two separate programs—one with integer constants in case and the other
with both integer and character constants.
//vowel program using switch with character constants only (in case)
    #include
    void main( )
     {
       char ch;
       printf(“\n Enter any vowel:”);
        scanf(“%c”, ch);
        switch (ch)
         {
            case ‘a’:
                   printf(“You entered a.”);
                   break;
            case ‘e’:
                   printf(“You entered e.”);
                   break;
            case ‘i’:
                   printf(“You entered i.”);
                   break;
            case ‘o’:
                   printf(“You entered o.”);
                   break;
            case ‘u’:
                   printf(“You entered u.”);
                   break;
            default:
                printf(“You have not entered any vowel.”);
          }
        }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   112   113   114   115   116   117   118   119   ...   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