Home » C Programming » File I/O » Question
  1. What is the meant by ‘a’ in the following C operation?
    fp = fopen("Random.txt", "a");
    1. Add
    2. Attach
    3. Append
    4. Apprehend
    5. None of these
Correct Option: C

Append



Your comments will be displayed only after manual approval.