License, disclaimer of liability, and limited warranty


Example  9: Give the output of the following program



Download 2,08 Mb.
Pdf ko'rish
bet386/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   382   383   384   385   386   387   388   389   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Example
 9: Give the output of the following program:
    #include
    main( )
     {
        FILE *fp;
        fp = fopen (“c:\tc\trial”, “w”);
        if ( !fp)
           exit( );
        fclose (fp);
     }
Example'>Solution 9:
 In this program, the path of the filename should have been “c:\\tc\\trial”. Just writing \tc
will make it \t.
Example
 10: Between fgets( ) and gets( ), which is preferable?
Solution 10:
 Since gets( ) cannot be told the size of the buffer into which the string supplied would be
stored but fgets( ) can, fgets( ) is safer.
Example
 11: Give the output:
   main( )
    {
      printf(“\n%%%%”);
    }
Solution 11: %%


Example
 12: Give the output:
   main( )
    {
      int n=5;
      printf (“\n n=%*d”, n, n);
    }
Solution 12:
 n = 5
Example
 
13:  Write  a  C  program  that  reads  a  text  file  and  displays  the  number  of  vowels,
consonants, words, and lines in the file.
Solution 13:
 The program is as follows:
   #include
   #include
   main( )
    {
      int vowel = 0, words =0, cons = 0, line = 0;
      FILE *F1;
      char a, *name;
      printf(“\n enter the name of file”);
      scanf(“%s”, name);
      f1 = fopen (name, “r”);
      while (( a = fgetc(F1)) != EOF)
       {
         if (toupper(a) = =’A’ || toupper(a) = =’E’ || toupper(a)  
 
 
 
= =’I’ || toupper(a) = =’O’ || toupper(a) = =’U’ )
         {
            vowel ++;
         }
         else
         {
            cons++;
            if (a = =’ ‘ || a = = ‘.’)
            {
                  words++;
            }
            if (a = =’\n’)
            {
                  line++;
            }
         }
       }
      fclose(f1);
      printf(“\n Number of vowels are = %d”, vowels);
      printf(“\n Number of consonants are = %d”, cons);
      printf(“\n Number of words are = %d”, words);
      printf(“\n Number of lines are = %d”, line);
      getch( );
 }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   382   383   384   385   386   387   388   389   ...   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