License, disclaimer of liability, and limited warranty



Download 2,08 Mb.
Pdf ko'rish
bet376/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   372   373   374   375   376   377   378   379   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

Reading Data from a File
To read a block from a file, we use the fread( ) function:
Syntax
fread(ptr, m, n, fp);
where 
ptr
 is the 
address of a structure or array read from a file

m
 
is the size of the structure
or array

n is the number of structures or arrays
 to be read, and 
fp is a file pointer.


Examples
We are in a position to write some programs based on files now.
Example
  1:  Write  a  C  program  that  accepts  one  line  of  text  from  the  keyboard  one
character at a time and writes it into a disk file. Then read that file, test1.dat, one character at
a time and print the result on the screen.
Solution 1:
 The following is the program:
   #include
   #include
   void main( )
    {
      FILE *fp;
      char ch;
      clrscr( );
      fp = fopen(“test1.dat”, “w”);
      if (fp = = NULL)
       {
         printf(“\n Cannot open file”);
         exit(1);
       }
      printf(“\n Type a line of text and press Enter key \n”);
      while (( ch = getche( ) ) != ‘\r’)
         fputc(ch, fp);
      fclose (fp);
    }

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   372   373   374   375   376   377   378   379   ...   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