UrbanPro
true

Learn C++ Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

File Handling in C++ : Lesson 1 Data Persistence

J
Jigyasa Sidhu
13/05/2017 0 0

Data persistence refers to the existence of data in the program. In other words, it means the life of data.

Data is the most significant part of a program and it must be stored properly and easily retrieved when required. Before files came into existence, data was being stored in data variables of a program. The life of the data is till the program is executing.As soon as the program terminates, the memory alloted to the data variables is released and data is lost.

To run a program, it is first loaded in RAM (Random Access Memory) i.e memory is allocated to the program. Memory is allocated to the data variables. As soon as the program execution is finished, memory alloted to the variable is released. This is because the life of the data is till the program is executing. As a result, data gets lost.

In critical scenarios like Online Bank Transcation, where data is the integral part, data variables are not sufficient for storage. Therefore, a permanent data storage solution is required for easy access and reliable storage.

Solution to the above mentioned problem is : Before the destruction of the data variable, the data should be stored in some permanent storage (Secondary memory) i.e., Hard Disk.

Data is stored in the form of files in Hard Disk. 

0 Dislike
Follow 0

Please Enter a comment

Submit

Other Lessons for You

Necessity of Theory and Practical in Computer Science.
Upon studying a subject both theory and practical are important. Usually many schools concentrate more on theory and the marks not on the practical. Other and opposite kind of people prefer practical...

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

Compare C And C++ In Terms Of Header Files.
1."stdio.h" in c program controls input-output functionalities and operations associated with it where as in c++ program iostream.h" controls input-output functionalities and operations associated with...

Macro v/s Inline Function
Disadvantages of Macro compared to functions: Works on text substituiton mechanism by the preprocessor unlike normal functions where assembly-language Call and Return are used. Preprocessor macros...

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...

Harshal G.

0 0
0

Looking for C++ Language Classes?

Learn from Best Tutors on UrbanPro.

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C++ Language Classes?

The best tutors for C++ Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C++ Language with the Best Tutors

The best Tutors for C++ Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more