The use of File Handling in C language.....!

File Handling In C

File Handling

Let understand how the File Handling is used in C programming.Let see the following C program that will show you how to save our output in file.

Input

As you can see clearly we have entered all the values in structure fields.
and whatever the input we have entered is stored in file name "op1.txt"

Output

In next articles you will find the File Handling Functions such as fwrite,fopen, getw etc..... We will explian all the functions with their use,synatxes and will explain in Program also!

Post a Comment

1 Comments