Created: 2022-07-10 Tags: #permanent
FILE *fptr; fptr = fopen("text.txt", "w");
FILE *fptr;
fptr = fopen("text.txt", "w")
fclose(fptr);