How to compile and run a C program in Linux
linuxhint.com › compile-run-c-program-linuxIn Linux, the most common compiler used for C programming is GCC compiler and is available in the default repository of the many distributions of Linux that can be installed easily using the apt package manager: $ sudo apt install gcc. Once the GCC package has been installed, now it’s time to create a file using the nano editor with the name ...