This is a Quick Video to show you how to write and read and create files in the C Programming language. This works on all Operating Systems as long as you have compiler installed. You can install GCC by
Windows: Installing MSYS2 or Cgywin
MacOS: Install Homebrew and them in Terminal write: "brew install gcc"
Linux: In Bash/Terminal write: "sudo apt install gcc"
Hope This is Helpful