A

Admin • 833K Points
Coach

Q. Which of the following modes is used to append to a file?

  • (A) "w"
  • (B) "r"
  • (C) "a"
  • (D) "rw"
  • Correct Answer - Option(C)
  • Views: 28
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

"a" mode appends data to the end of the file.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.