+ 8
Which mode argument is used to turncate?
C Programming
3 Respuestas
+ 1
I assume you are talking about truncating files.
Any of the fopen modes that contain 'w' ("w"," wb" "w+","wb+" or" w+b")will "truncate" or delete and overwrite an existing file.
0
w
0
w