C BAHAYA CINGAN APMEND TO FILE

#include <stdio.h>

FILE *filePointer = fopen("test.txt", "a");

fputs("some text", filePointer);
florinrelea