A

Admin • 828.03K Points
Coach

Q. Which character(s) is/are used to open a binary file in append mode in C?

  • (A) a
  • (B) b
  • (C) ba
  • (D) ab
  • Correct Answer - Option(D)
  • Views: 9
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
The characters "ab" opens a binary file in append mode.

Syntax:

ptr = fopen("fileopen","ab");

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.