Posts by Deborah Assunção • 71 points
1 post
-
7
votes2
answers157
viewsQ: What does the expression "a+t" mean in the second parameter of fopen in C?
I was coming across a code here and I was curious about this excerpt: FILE *fp = fopen("Agenda.txt","a+t"); What’s the point of "a+t"?