answersLogoWhite

0

Most applications cannot operate efficiently (or sometimes even at all) without some method to save and load data of some sort. While a database may suffice in many cases, in others it's impractical (either because availability of a DBMS isn't guaranteed, the data stored isn't enough to justify the added overhead, etc.) In such cases, using a file of some sort is often the only other reasonable option. Doing so requires file handling commands to open and close the file, read from and write to the file, etc.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Explain Error handling during file operations?

explain error handling during file operation?


You want a file handling c program?

yes


What is a stream in the data file handling?

A Stream is a sequence of bytes.


Concept of file handling in DBMS?

if we need a modifying ,sreach,delete a file so we need a DBMS


What is meant by read and write txt in file handling?

read: moving data from file to memory write: moving data from memory to file


What is definition of file handling in c plus plus?

File is a place where information or data is stored. we make use of some of the file-handling functions in c like: fopen()-for opening a file. fclose()-to close a file. Every file being opened for any operations like: "r"- Read-Only mode. "w"-Write-only mode. "a"-append mode. "r+"-read+write mode. "w+"-write+read mode. "a+"-read+append mode. We should make use of FILE pointer ,in order to perform any such operations on the files. There are many input and output functions used along with files. fgetc() fgets() fscanf() fputc() fprintf() fputs() fseek() rewind() File handling is used to read or write a file without directly opening it.its contents are opened in another files by using above specified commands in c++ programming for file handling we have to use a header file but in c noheader file regarding to file handling is required


How do you upload file in console application?

In a console application, you typically upload a file by prompting the user to provide the file path and then using file handling functions to read the file. For example, in C#, you can use File.ReadAllText() or File.ReadAllLines() to read the contents of the file after validating the path. In Python, you can use the built-in open() function to access the file. Ensure proper error handling to manage cases where the file may not exist or the path is invalid.


How do you find out who is handling a decedent's estate?

Check the decedent's name in the probate court index in the jurisdiction where they lived. If their estate is being probated there will be a file number. You can request the file and look inside for the attorney who is handling the estate.


In gw basic what are the two types of file handling?

Sequential and random access.


Can an executor of an estate refuse to lower the price of house in the estate when the other two heirs request that it be lowered?

The heirs cannot tell the executor what to do. If they have a complaint regarding the handling of the estate they must file it with the court and request a ruling.The heirs cannot tell the executor what to do. If they have a complaint regarding the handling of the estate they must file it with the court and request a ruling.The heirs cannot tell the executor what to do. If they have a complaint regarding the handling of the estate they must file it with the court and request a ruling.The heirs cannot tell the executor what to do. If they have a complaint regarding the handling of the estate they must file it with the court and request a ruling.


What is basic structure of file handling in c language?

open, read/write, close


You want C program on students information record using file handling?

yes sir