Which command is used to store a document as a file on a disk?

1 answer

Answer

1031916

2026-03-12 04:00

+ Follow

The command used to store a document as a file on a disk is typically "Save" or "Save As" in most software applications. In programming contexts, the command may vary depending on the language and environment, but functions like write() in Python or fopen() in C are commonly used to save data to a file.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.