answersLogoWhite

0


Best Answer

data files are permanent storage. where as normal data types are volatile, they will save the values as long as the program runs. saving a file will provide us the flexibility to recover the saved data whenever required.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Files can be used to store data on mass-storage or in working memory. When working with large data sets, the data usually resides on a mass-storage device (e.g., HDD), and you load what you need as you need it. Without files this would be impossible. Disk files also permit data to persist from one runtime to the next.

This answer is:
User Avatar

User Avatar

Learn bay

Lvl 8
2y ago

Large storage capacity: Using files, you need not worry about the problem of storing data in bulk. Saves time: There are certain programs that require a lot of input from the user. You can easily access any part of the code with the help of certain commands.

To learn more about data science please visit- Learnbay.co

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

They contain data, but that fact has nothing to do with programming languages.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

advantages of file in c

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the Advantages of files in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many types of c language files are there?

ASCII and BINARY are the basic classifications of files


Advantages of c language in cryptography?

You can use OpenSSL.


Explain about header files used in c language?

list of header files in c and function prototype associated with each file


Reading and writing text files in c language?

Possible.


Need of preprosser in c language?

to include the header files.


What are programming language that produced c?

C is a programming language. Example of C or C++ Programing would be the following: add matrices, get ip address, and read files.


No of header files are there in 'c' language?

It's 1405 in my Linux box.


Is it possible to read image files using c language?

Yes.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


In header files whether functions are declared or defined in c language?

Rephrase your question so it is comprehensible.


Why use pointer in c language with file handling?

Don't store pointers in files, it makes no sense.


Which language or routines used in dll files?

DLL files use languages like C or C++, although you'll see C++ more often. You can write your own DLLs to run some code you need if you're willing to learn how to do it. It could be valuable to your project and of course it could make you look good in return To learn more about data science please visit- Learnbay.co