File pointers in C
Alright! Let's talk about file pointers in C. Today I learned the following ๐
OPERATIONS OF FILE POINTERS IN C
"r" = read
"w"= write
"a" = append
Write vs Append
For write, if the file already exists it will overwrite the whole file with the new...
lukasalbus.dev3 min read