In cygwin shell:
- COMPILE: gcc -o program mergesort.c
- RUN: ./program.exe
// 1. install gcc compiler: https://preshing.com/20141108/how-to-install-the-latest-gcc-on-windows/ // 2. compile and run: https://raspberrypi.stackexchange.com/questions/5599/how-to-compile-c-files-in-terminal
Pointers, adresses and arrays: