what allows you to append your text at the end of the file in c
Answers
Answered by
0
Answer:
_____________________
Explanation:
__________________
Answered by
0
Hey Dear,
Here's ur Answer -
1. When a program is terminated, the entire data is lost. Storing in a file will preserve your data even if the program terminates. 2. If you have to enter a large number of data, it will take a lot of time to enter them all. However, if you have a file containing all the data, you can easily access the contents of the file using a few commands in C. 3. You can easily move your data from one computer to another without any changes.
I Hope it would be helpful
Please mark me Brainliest
Similar questions