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

C++ Program Sample Application
//Standard Library Functions(Headers Files Used in C++) #include<iostream.h> #include<conio.h> //Main function int main() { //function for clearing the screen clrscr(); //function for...

Turbo C++ Keyboard Shortcuts
S.No. Shortcuts keys Action 1. F1 For Help 2. F2 Save 3. F3 Open 4. F4 Go to cursor 5. F5 Zoom 6. F6 Next 7. F7 Trace...

Advantages of C++ Language
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. - C++ is a protest situated programming dialect...

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

C++ Program-Working with constant using const keyword
//Header files #include<iostream.h>#include<conio.h> //Main function void main(){ //using const keyword to declare constants with a specific type const int len=10; const int br=5; const...

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