License, disclaimer of liability, and limited warranty


: Write a C program to merge two files using command line arguments



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

7: Write a C program to merge two files using command line arguments.
Solution 7:
 Argument 1 refers to the first file. Argument 2 refers to the second file. Argument 3 refers
to the resultant merged file. The following types should be used to run this program: a.out, f1, f2, f3.
/* Merging two files to get the third merged file from command line */
#include
main(argc, argv);


int argc;
char *argv[ ];
    {
       FILE *fp1, *fp2, *fpt3;
       int i, j, k, n1, n2, c1=0, c2=0, c3, dup=0;
       if ( argc != 4)
        {
          printf(“No. of arguments on command line =%d\n” argc);
          printf(“Usage: a.out arg1 arg2 arg3 \n\n”);
       }
       else
        {
          printf(“\n Numbers in the 2 files should be in ascending  
 
 
 
order\n”);
          printf(“Terminate entry of each file ctrl-d (EOF) \n”);
          printf(“\n Input numbers for file %s\n”, argv[1]);
          fp1 = fopen (argv[1], “w”);
          while ((scanf (“%d”, &i)) != EOF)
           {
             putw (i, fp1);
             c1++;
           }
          fclose (fp1);
 
          /* Displaying contents of file-1 */
          printf(“\n List of %d numbers in file %s \n\n”, c1, argv[1]);
          fp1 = fopen (argv[1], “r”);
          while ((i = getw (fp1) != EOF)
             printf (“%5d”, i);
          fclose (fp1);
          printf(“\n”);
          printf(“\n Input numbers for file %s\n”, argv[2]);
          fp2 = fopen (argv[2], “w”);
          while ((scanf (“%d”, &i)) != EOF)
           {
             putw (i, fp2);
             c2++;
           }
          fclose (fp2);
 
          /* Displaying contents of file-2 */
          printf(“\n List of %d numbers in file %s \n\n”, c2, argv[2]);
          fp2 = fopen (argv[2], “r”);
          while ((j = getw (fp2) != EOF)
             printf (“%5d”, j);
          fclose (fp2);
          printf(“\n”);
          c3 = c1 + c2;
          i =0;
          j =0;
 
          /* simple merge-sort */
          fp1 = fopen (argv[1], “r”);
          fp2 = fopen (argv[2], “r”);
          fp3 = fopen (argv[3], “w”);
          n1 = getw (fp1);


          n2 = getw (fp2);
          while ((i != c1) && (j!= c2))
          {
             if (n1 < n2)
              {
                   putw (n1, fp3);
                   n1 = getw (fp1);
                   i++;
          }
       else {
          if (n1 > n2)
           {
             putw (n2, fp3);
             n2 = getw (fp2);
             j++;
           }
       else {
             putw (n1, fp3);
             n1 = getw (fp1);
             n2 = getw (fp2);
             i++;
             j++;
             dup++;
             }
             }
           }
          if ( i = = c1) {
           do {
             putw (n2, fp3);
             } while ((n2 = getw (fp2)) != EOF);
           }
          else {
           do {
             putw (n1, fp3);
             } while ((n1 = getw (fp1)) != EOF);
           }
          fclose(fp1);
          fclose(fp2);
          fclose(fp3);
       printf(“\n\n List of %d numbers in file %s\n”, c3 – dup,  
 
 
 
argv[3]);
       printf(“After simple merge sort: \n\n”);
       fp3 = fopen (argv[3], “r”);
       while ((k = getw (fp3)) != EOF)
          printf(“%5d”, k);
       fclose(fp3);
       printf(“\n”);
       }
     }

Download 2,08 Mb.

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