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

Polymorphism In C++
Basically polymorphism represents poly means many and morph means forms that many forms. In which we are passing same message to different objets but every object will work for that message in their own...

PRACTISE makes you PERFECT ; ; ; There is no SUBSTITUTE for HARD WORK ;;;;Breathe SUCCESS like OXYGEN
Proper Planning ( reg what portions to be covered today) revising today's class portions & clarifying doubts solving Maths problems regularly ,noting down formulae separately trying to understand...

Do (pre & post)Increment and decrement operators behave differently when printed in the same and different line in C++?
Before I explain anything,I would like you to run the following program. void main() {int j =10; cout<<“j before increment =“<<j; cout<<“++j =“<< ++j; cout<<“...

Templates
Templates Advantages of templates: Code reuse Allows container classes (e.g. lists, arrays, etc.) to be simply defined without loss of static type checking or run-time efficiency. Allows definition...

Understanding Computer Science Concepts with Images and Videos..
All Computer science concepts relating to programming and software development are only virtual. It cannot be practically shown as a hardware parts of a computer. But for better understanding it should...

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