License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet68/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   64   65   66   67   68   69   70   71   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

variable = getchar( );
For example,
                              char c;
                     c = getchar( );
Please  note  here  that  the  second  line  causes  a  single  character  to  be  entered  from  the
keyboard  and  then  assigned  to  c.  If  an  end-of-file  condition  is  encountered  when  reading  a
character with the getchar function, the value of the symbolic constant EOF will automatically
be returned. Also note that this function can also be used to read multiple-character strings by
reading one character at a time within a multipass loop.
II. The putchar Function: putchar(variable | constant );
The standard C function that prints or displays a single character by sending it to standard output is
called 
putchar.
 This function takes one argument, which is the character to be displayed.
For example,
putchar(‘R’); will display the character ‘R’.
Or
         char var = ‘$’;
            putchar(var); displays the character $.
Let us provide an algorithm for this program:
Step 1: Read a character.


Step 2: If the entered character is nonblank, print it.
Step 3: Else print the first blank character and skip all consecutive blanks.
Step 4: Repeat steps 1 to 3 till the entered character is a newline character.
The following is the program:
   #include
   #include
   void main( )
    {
      char c;
      printf(“\nEnter the text:”);
      c= getchar( );
      printf(“The output text is: “);
      while (c!= ‘\n’)
        {
            if (c = = “ || c= = ‘\t’)
               {
                 c = ‘ ‘;
                 putchar( c );
          }
      while(c = = ‘ ‘ | | c = = ‘\t’)
        {
           c = getchar( );
        }
      putchar(c );
      c = getchar( );
      }
      printf(“\n”);
      }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   64   65   66   67   68   69   70   71   ...   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