What are the Advantages of files in C language?

1 answer

Answer

1033411

2026-05-12 23:20

+ Follow

data files are permanent storage. where as normal data types are volatile, they will save the values as long as the program runs. saving a file will provide us the flexibility to recover the saved data whenever required.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.